This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: use keyword 'as' in _xmlplus
Type: compile error Stage:
Components: Versions: Python 2.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, s7v7nislands
Priority: normal Keywords:

Created on 2009-10-09 02:47 by s7v7nislands, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg93770 - (view) Author: s7v7nislands (s7v7nislands) Date: 2009-10-09 02:47
In these files: _xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.py
_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.py, use the keyword
'as'.
msg93771 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-10-09 03:13
_xmlplus is not part of Python. Please report this bug to the PyXML
maintainers.
History
Date User Action Args
2022-04-11 14:56:53adminsetgithub: 51336
2009-10-09 03:13:20benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg93771

resolution: not a bug
2009-10-09 02:47:59s7v7nislandscreate