-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatability issues of IPLoM module on Python 3 #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JoeHitHard Could you hightlight the changes in IPLoM.py?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you use Python 3?
for currentRex in self.para.rex: | ||
line = re.sub(currentRex, '', line) | ||
|
||
wordSeq = list(filter(lambda x: x != '', re.split(r'[\s=:,]', line))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the only change
Yes, I used Python3
changed:
changed:
|
Hey, in Spell also there are few Compatability issues in Python 3 |
Add compatability of IPLoM on Python 3
No description provided.