Staging
v0.8.1
https://github.com/python/cpython
Revision 32ef70c827997f869a8d8393e8bde74016b6c8a9 authored by R. David Murray on 14 December 2010, 14:16:20 UTC, committed by R. David Murray on 14 December 2010, 14:16:20 UTC
Passing the port as a string value works fine in regular mode, but
if you turned debug on it would throw an error trying to print the
port number, which is surprising and confusing.
1 parent 8edd99d
History
Tip revision: 32ef70c827997f869a8d8393e8bde74016b6c8a9 authored by R. David Murray on 14 December 2010, 14:16:20 UTC
#10695: use %s not %d so that a string 'port' does not cause a debug traceback
Tip revision: 32ef70c
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 556 bytes
.gitignore -rw-r--r-- 427 bytes
.hgeol -rw-r--r-- 503 bytes
.hgignore -rw-r--r-- 771 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 41.5 KB
README -rw-r--r-- 6.6 KB
configure -rwxr-xr-x 395.7 KB
configure.in -rw-r--r-- 121.7 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.7 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 78.3 KB

README

back to top