[issue13467] Typo in doc for library/sysconfig

2012-02-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset c78b41fa5258 by Éric Araujo in branch '2.7': Fix typo (#13467) http://hg.python.org/cpython/rev/c78b41fa5258 -- ___ Python tracker ___

[issue13467] Typo in doc for library/sysconfig

2011-11-29 Thread Éric Araujo
Éric Araujo added the comment: Done for 3.2 and 3.3, will backport to 2.7 later. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue13467] Typo in doc for library/sysconfig

2011-11-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset a7d38a969132 by Éric Araujo in branch '3.2': Fix typo (#13467) http://hg.python.org/cpython/rev/a7d38a969132 -- nosy: +python-dev ___ Python tracker _

[issue13467] Typo in doc for library/sysconfig

2011-11-26 Thread Éric Araujo
Éric Araujo added the comment: Thanks, I’ll fix this. -- assignee: docs@python -> eric.araujo nosy: +eric.araujo ___ Python tracker ___ _

[issue13467] Typo in doc for library/sysconfig

2011-11-23 Thread INADA Naoki
New submission from INADA Naoki : http://docs.python.org/library/sysconfig.html#sysconfig.get_path > If scheme is provided, it must be a value from the list returned by > get_path_names(). s/get_path_names/get_scheme_names/ -- assignee: docs@python components: Documentation messages: