8000 Update NEWS.d and suspicious doc filter · stackless-dev/stackless@69003fe · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 69003fe

Browse files
committed
Update NEWS.d and suspicious doc filter
1 parent 297516e commit 69003fe

30 files changed

+20776
-6843
lines changed

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ howto/logging,,:Started,INFO:root:Started
7979
howto/logging,,:This,DEBUG:root:This message should go to the log file
8080
howto/logging,,:This,DEBUG:This message should appear on the console
8181
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"
8584
howto/regex,,::,
8685
howto/regex,,:foo,(?:foo)
8786
howto/urllib2,,:example,"for example ""joe@password:example.com"""
87+
howto/urllib2,,`,HTTP_PROXY
8888
library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
8989
library/bisect,32,:hi,all(val >= x for val in a[i:hi])
9090
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
283283
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
284284
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
285285
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"
287287
whatsnew/changelog,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
288288
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
289289
whatsnew/changelog,,:password,user:password

0 commit comments

Comments
 (0)
0