Closed
Bug 459827
Opened 16 years ago
Closed 16 years ago
Under pyton 2.6, the 'as' is a reserved word, and cannot be used as an identifier
Categories
(Tamarin Graveyard :: Tools, defect)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: zherczeg, Unassigned)
Details
Attachments
(1 file)
6.13 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: rev 997
The 'as' reserved word cannot be used as a variable identifier, and it must be changed in all pyton script files. It is renamed to as_file.
Reproducible: Always
Reporter | ||
Comment 1•16 years ago
|
||
Attachment #343039 -
Flags: review?
Reporter | ||
Updated•16 years ago
|
Attachment #343039 -
Flags: review? → review?(lhansen)
Comment 2•16 years ago
|
||
Comment on attachment 343039 [details] [diff] [review]
Proposed fix for renaming 'as' to 'as_file'
I will merge it into redux and commit it.
Attachment #343039 -
Flags: review?(lhansen) → review+
Comment 3•16 years ago
|
||
tamarin-redux changeset 1001.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Component: Virtual Machine → Tools
QA Contact: vm → tools
You need to log in
before you can comment on or make changes to this bug.
Description
•