@@ -79,12 +79,12 @@ howto/logging,,:Started,INFO:root:Started
79
79
howto/logging,,:This,DEBUG:root:This message should go to the log file
80
80
howto/logging,,:This,DEBUG:This message should appear on the console
81
81
howto/logging,,:Watch,WARNING:root:Watch out!
82
- howto/pyporting,75,::,# make sure to use :: Python *and* :: Python :: 3 so
83
- howto/pyporting,75,::,"'Programming Language :: Python',"
84
- howto/pyporting,75,::,'Programming Language :: Python :: 3'
82
+ howto/pyporting,,::,"Programming Language :: Python :: 2"
83
+ howto/pyporting,,::,"Programming Language :: Python :: 3"
85
84
howto/regex,,::,
86
85
howto/regex,,:foo,(?:foo)
87
86
howto/urllib2,,:example,"for example ""joe@password:example.com"""
87
+ howto/urllib2,,`,HTTP_PROXY
88
88
library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
89
89
library/bisect,32,:hi,all(val >= x for val in a[i:hi])
90
90
library/bisect,42,:hi,all(val > x for val in a[i:hi])
@@ -283,7 +283,7 @@ whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') a
283
283
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
284
284
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
285
285
whatsnew/changelog,,:platform,:platform:
286
- whatsnew/changelog,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused"
286
+ whatsnew/changelog,,:PythonCmd,"Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to "
287
287
whatsnew/changelog,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
288
288
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
289
289
whatsnew/changelog,,:password,user:password
0 commit comments