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: Typo in os.py
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: paul.moore
Priority: normal Keywords:

Created on 2001-03-06 13:57 by paul.moore, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (1)
msg3751 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2001-03-06 13:57
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
2022-04-10 16:03:50adminsetgithub: 34104
2001-03-06 13:57:03paul.moorecreate