◐ Shell
clean mode source ↗

Issue 4516: Another formatting error in "What's New in Python 3.0"

Issue4516

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