[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2010-12-06 Thread Zach Dwiel
Zach Dwiel added the comment: Here is the terminal log of what happens when I try to install and then import regex. Any ideas what is going on? $ python setup.py install running install running build running build_py creating build creating build/lib.linux-i686-2.6 copying Python2/regex.py

[issue5297] Bug in SocketServer Example

2009-02-17 Thread Zach Dwiel
New submission from Zach Dwiel : There is a bug in the example code: http://docs.python.org/library/socketserver.html The very last example has the line: print "Server loop running in thread:", t.getName() should be: print "Server loop running in thread:", server_thread