pysteam icon indicating copy to clipboard operation
pysteam copied to clipboard

Python 3 Compatibility

Open RobLoach opened this issue 9 years ago • 6 comments
trafficstars

Allows running in both Python 2 and 3. Requires more testing.

RobLoach avatar Jan 31 '16 21:01 RobLoach

Awesome! This is something thats come up in the past, and I would love to make this happen.

I'll try to take a look sometime soon, but I appreciate you doing this.

scottrice avatar Feb 03 '16 03:02 scottrice

Have to run through testing and make sure it's still functional.

RobLoach avatar Feb 03 '16 16:02 RobLoach

+1

vgonisanz avatar Jan 10 '17 20:01 vgonisanz

Might be good to just move entirely to Python 3.

RobLoach avatar Jan 11 '17 01:01 RobLoach

I found this pull request while updating Ice repository to python 3 using 2to3, using this repository with @RobLoach changes. For now is not working but if I get it I will tell you something.

vgonisanz avatar Jan 11 '17 11:01 vgonisanz

When you change match = re.match(ur for match = re.match(u The unit test start failing, result is:

Ran 59 tests in 2.794s

FAILED (failures=3, errors=28)

I run them at main path using: python -m unittest discover tests

vgonisanz avatar Jan 12 '17 18:01 vgonisanz