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: Another formatting error in "What's New in Python 3.0"
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, pwang
Priority: normal Keywords:

Created on 2008-12-04 03:53 by pwang, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76866 - (view) Author: Peter Wang (pwang) Date: 2008-12-04 03:53
In the "Library Changes" section, the next to last bullet point about
string.letters has leaked through some ReST markup into the final
output: ":data:string.letters`"
msg76911 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-04 18:25
This appears to be fixed in SVN.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48766
2008-12-04 18:25:02georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg76911
2008-12-04 03:53:53pwangcreate