Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in os.py #34089

Closed
pfmoore opened this issue Mar 6, 2001 · 1 comment
Closed

Typo in os.py #34089

pfmoore opened this issue Mar 6, 2001 · 1 comment

Comments

@pfmoore
Copy link
Member

pfmoore commented Mar 6, 2001

BPO 406306
Nosy @pfmoore

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2001-03-06.13:48:21.000>
created_at = <Date 2001-03-06.13:48:21.000>
labels = []
title = 'Typo in os.py'
updated_at = <Date 2001-03-06.13:48:21.000>
user = 'https://github.com/pfmoore'

bugs.python.org fields:

activity = <Date 2001-03-06.13:48:21.000>
actor = 'paul.moore'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-03-06.13:48:21.000>
creator = 'paul.moore'
dependencies = []
files = []
hgrepos = []
issue_num = 406306
keywords = []
message_count = 1.0
messages = ['3735']
nosy_count = 1.0
nosy_names = ['paul.moore']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue406306'
versions = []

@pfmoore
Copy link
Member Author

pfmoore commented Mar 6, 2001

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.

@pfmoore pfmoore closed this as completed Mar 6, 2001
@pfmoore pfmoore closed this as completed Mar 6, 2001
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant