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

Site-specific configuration hook documentation incorrect #47760

Closed
proebuck mannequin opened this issue Aug 6, 2008 · 2 comments
Closed

Site-specific configuration hook documentation incorrect #47760

proebuck mannequin opened this issue Aug 6, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@proebuck
Copy link
Mannequin

proebuck mannequin commented Aug 6, 2008

BPO 3510
Nosy @akuchling, @birkenfeld

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 = 'https://github.com/birkenfeld'
closed_at = <Date 2008-09-27.22:54:39.920>
created_at = <Date 2008-08-06.15:06:05.564>
labels = ['docs']
title = 'Site-specific configuration hook documentation incorrect'
updated_at = <Date 2008-09-27.22:54:39.899>
user = 'https://bugs.python.org/proebuck'

bugs.python.org fields:

activity = <Date 2008-09-27.22:54:39.899>
actor = 'akuchling'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-09-27.22:54:39.920>
closer = 'akuchling'
components = ['Documentation']
creation = <Date 2008-08-06.15:06:05.564>
creator = 'proebuck'
dependencies = []
files = []
hgrepos = []
issue_num = 3510
keywords = []
message_count = 2.0
messages = ['70785', '73945']
nosy_count = 3.0
nosy_names = ['akuchling', 'georg.brandl', 'proebuck']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue3510'
versions = ['Python 2.6', 'Python 2.5', 'Python 2.4']

@proebuck
Copy link
Mannequin Author

proebuck mannequin commented Aug 6, 2008

Documentation does not match due to version number inconsistency.

Current:
< Then the following directories are added to sys.path, in this order:
<
<
< /usr/local/lib/python2.3/site-packages/bar
< /usr/local/lib/python2.3/site-packages/foo

Proposed:

Then the following directories are added to sys.path, in this order:

/usr/local/lib/python{X.Y}/site-packages/bar
/usr/local/lib/python{X.Y}/site-packages/foo

Syntax for proposed documentation fix may be incorrect, but this gives
the general idea anyway...

<http://svn.python.org/view/python/trunk/Doc/library/site.rst?
rev=62788&view=markup>

@proebuck proebuck mannequin assigned birkenfeld Aug 6, 2008
@proebuck proebuck mannequin added the docs Documentation in the Doc dir label Aug 6, 2008
@akuchling
Copy link
Member

Changed in rev. 66660 to use the X.Y form. Thanks!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants