python3 support
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
testscenarios |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Are you intending to support python3? While trying to install it I get:
$ ./pip install testscenarios
Downloading/
Real name of requirement testscenarios is testscenarios
Downloading testscenarios-
Running setup.py egg_info for package testscenarios
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "C:\Python32\
description = file(os.
NameError: name 'file' is not defined
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "C:\Python32\
description = file(os.
NameError: name 'file' is not defined
I'm guessing this particular error is just s/file/open/, but I want to know the desire before I spend any time working on it.
Related branches
- Robert Collins: Needs Resubmitting
- John Vandenberg (community): Approve
-
Diff: 77 lines (+11/-6)3 files modifiedREADME (+6/-3)
lib/testscenarios/scenarios.py (+3/-2)
setup.py (+2/-1)
Changed in testscenarios: | |
status: | Triaged → Fix Released |
Python3 would b enice.