[issue18176] Builtins documentation refers to old version of UCD.

2014-10-09 Thread R. David Murray
R. David Murray added the comment: I changed my mind and decided to "fix" the PropList reference to also be version specific, since that solves the immediate problem. I opened a new issue for automating the changes, since there are three locations and four URLs, now. --

[issue18176] Builtins documentation refers to old version of UCD.

2014-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 73a6f121e51a by R David Murray in branch '3.4': #18176: Change generic UCD PropList link to version specific link. https://hg.python.org/cpython/rev/73a6f121e51a New changeset b04b7af14910 by R David Murray in branch 'default': Merge: #18176: Change

[issue18176] Builtins documentation refers to old version of UCD.

2014-10-09 Thread R. David Murray
R. David Murray added the comment: I committed the stdtypes, lexical_analysis, and Tools changes, updating the version number appropriately in the doc fixes. I'm closing this, and will open a new issue for the PropList.txt problem. -- nosy: +r.david.murray resolution: -> fixed stage:

[issue18176] Builtins documentation refers to old version of UCD.

2014-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 303861ce9ead by R David Murray in branch '3.4': #18176: fix another reference and add it to the makeunicodedata comment. https://hg.python.org/cpython/rev/303861ce9ead New changeset e9ec8d622a30 by R David Murray in branch 'default': Merge: #18176:

[issue18176] Builtins documentation refers to old version of UCD.

2014-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd7994909c2d by R David Murray in branch '3.4': #18176: updated stdtypes UCD link, added reminder to makeunicodedata. https://hg.python.org/cpython/rev/fd7994909c2d New changeset 2551bdfff335 by R David Murray in branch 'default': Merge: #18176: upd

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-16 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I have found another place where explicit UCD version is used in the docs: Doc/reference/lexical_analysis.rst:729:.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt I am not sure how this case should be handled. The language reference was d

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-16 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Here is what grep revealed: $ find Doc -name \*.rst | xargs grep -n '6\.2\.0' Doc/library/stdtypes.rst:357: See http://www.unicode.org/Public/6.2.0/ucd/extracted/DerivedNumericType.txt Doc/library/unicodedata.rst:18:this database is compiled from the `U

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-16 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file30608/bd092995907c.diff ___ Python tracker ___ ___ Python-bugs-list m

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-15 Thread Ezio Melotti
Ezio Melotti added the comment: If all the versions are up to date it shouldn't be difficult to grep for '6.2.0' at the next update, and I would expect people to do it when it happens. Maybe adding a comment where unidata_version is defined as a remainder to update the rest will suffice. Tha

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Documentation, Unicode nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list m

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-10 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: This is a trivial change, but I would like someone to review this in case there is a better solution to keep this in sync with unicodedata.unidata_version. -- assignee: -> docs@python keywords: +needs review nosy: +docs@python stage: -> commit r

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-10 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- keywords: +patch Added file: http://bugs.python.org/file30531/686836ad3042.diff ___ Python tracker ___ __

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-10 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- hgrepos: +197 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue18176] Builtins documentation refers to old version of UCD.

2013-06-09 Thread Alexander Belopolsky
New submission from Alexander Belopolsky: Reference to http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txt in http://docs.python.org/3.4/library/stdtypes.html#numeric-types-int-float-complex should be changed to http://www.unicode.org/Public/6.1.0/ucd/extracted/DerivedNum