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.

Author paul.moore
Recipients
Date 2001-03-06.13:57:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There's a typo in the RISCOS part of os.py, line 167. 
The section imports riscos, then extends __all__, and 
then does "del ce". Presumably, this is a cut&paste 
error, and should be "del riscos".

I don't use RISC OS, so I'm afraid I can't check this.
History
Date User Action Args
2007-08-23 13:53:27adminlinkissue406325 messages
2007-08-23 13:53:27admincreate