]> granicus.if.org Git - python/commit
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering...
authorCollin Winter <collinw@gmail.com>
Tue, 17 Jul 2007 20:59:35 +0000 (20:59 +0000)
committerCollin Winter <collinw@gmail.com>
Tue, 17 Jul 2007 20:59:35 +0000 (20:59 +0000)
commit6f2df4d5e193d54244b0c2de91ef0ab1604b9243
tree5e172400da7561eb4bb8fafc62c8cab511d74dad
parenta8c360ee76fb76902a2e2140fbb38d4b06b2d9fb
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
132 files changed:
Demo/cgi/cgi1.py
Demo/cgi/cgi2.py
Demo/cgi/wiki.py
Demo/classes/Complex.py
Demo/classes/Dates.py
Demo/classes/Dbm.py
Demo/classes/Range.py
Demo/classes/Rat.py
Demo/classes/Vec.py
Demo/classes/bitvec.py
Demo/comparisons/regextest.py
Demo/comparisons/sortingtest.py
Demo/comparisons/systemtest.py
Demo/curses/life.py
Demo/curses/repeat.py
Demo/imputil/importers.py
Demo/imputil/knee.py
Demo/md5test/md5driver.py
Demo/metaclasses/Enum.py
Demo/metaclasses/Meta.py
Demo/metaclasses/Simple.py
Demo/metaclasses/Synch.py
Demo/metaclasses/Trace.py
Demo/newmetaclasses/Eiffel.py
Demo/newmetaclasses/Enum.py
Demo/parser/example.py
Demo/parser/test_parser.py
Demo/parser/unparse.py
Demo/pdist/FSProxy.py
Demo/pdist/RCSProxy.py
Demo/pdist/client.py
Demo/pdist/cmdfw.py
Demo/pdist/cmptree.py
Demo/pdist/cvslib.py
Demo/pdist/cvslock.py
Demo/pdist/mac.py
Demo/pdist/makechangelog.py
Demo/pdist/rcslib.py
Demo/pdist/rcvs.py
Demo/pdist/rrcs.py
Demo/pdist/security.py
Demo/pdist/server.py
Demo/pdist/sumtree.py
Demo/pysvr/pysvr.py
Demo/rpc/mountclient.py
Demo/rpc/nfsclient.py
Demo/rpc/rnusersclient.py
Demo/rpc/rpc.py
Demo/rpc/xdr.py
Demo/scripts/beer.py
Demo/scripts/eqfix.py
Demo/scripts/fact.py
Demo/scripts/find-uname.py
Demo/scripts/from.py
Demo/scripts/ftpstats.py
Demo/scripts/lpwatch.py
Demo/scripts/makedir.py
Demo/scripts/markov.py
Demo/scripts/mboxconvert.py
Demo/scripts/mkrcs.py
Demo/scripts/newslist.py
Demo/scripts/pi.py
Demo/scripts/pp.py
Demo/scripts/primes.py
Demo/scripts/queens.py
Demo/scripts/script.py
Demo/scripts/unbirthday.py
Demo/scripts/update.py
Demo/sockets/echosvr.py
Demo/sockets/ftp.py
Demo/sockets/gopher.py
Demo/sockets/mcast.py
Demo/sockets/rpython.py
Demo/sockets/rpythond.py
Demo/sockets/telnet.py
Demo/sockets/throughput.py
Demo/sockets/udpecho.py
Demo/sockets/unixclient.py
Demo/sockets/unixserver.py
Demo/threads/Coroutine.py
Demo/threads/Generator.py
Demo/threads/fcmp.py
Demo/threads/find.py
Demo/threads/squasher.py
Demo/threads/sync.py
Demo/threads/telnet.py
Demo/tix/samples/OptMenu.py
Demo/tix/tixwidgets.py
Demo/tkinter/guido/AttrDialog.py
Demo/tkinter/guido/ManPage.py
Demo/tkinter/guido/ShellWindow.py
Demo/tkinter/guido/dialog.py
Demo/tkinter/guido/mbox.py
Demo/tkinter/guido/rmt.py
Demo/tkinter/guido/solitaire.py
Demo/tkinter/guido/sortvisu.py
Demo/tkinter/guido/ss1.py
Demo/tkinter/guido/svkill.py
Demo/tkinter/guido/tkman.py
Demo/tkinter/guido/wish.py
Demo/tkinter/matt/00-HELLO-WORLD.py
Demo/tkinter/matt/animation-simple.py
Demo/tkinter/matt/animation-w-velocity-ctrl.py
Demo/tkinter/matt/bind-w-mult-calls-p-type.py
Demo/tkinter/matt/canvas-demo-simple.py
Demo/tkinter/matt/canvas-gridding.py
Demo/tkinter/matt/canvas-reading-tag-info.py
Demo/tkinter/matt/canvas-w-widget-draw-el.py
Demo/tkinter/matt/canvas-with-scrollbars.py
Demo/tkinter/matt/dialog-box.py
Demo/tkinter/matt/entry-simple.py
Demo/tkinter/matt/entry-with-shared-variable.py
Demo/tkinter/matt/killing-window-w-wm.py
Demo/tkinter/matt/menu-all-types-of-entries.py
Demo/tkinter/matt/menu-simple.py
Demo/tkinter/matt/packer-and-placer-together.py
Demo/tkinter/matt/packer-simple.py
Demo/tkinter/matt/placer-simple.py
Demo/tkinter/matt/printing-coords-of-items.py
Demo/tkinter/matt/radiobutton-simple.py
Demo/tkinter/matt/rubber-band-box-demo-1.py
Demo/tkinter/matt/rubber-line-demo-1.py
Demo/tkinter/matt/slider-demo-1.py
Demo/tkinter/matt/subclass-existing-widgets.py
Demo/tkinter/matt/two-radio-groups.py
Demo/tkinter/matt/window-creation-more.py
Demo/tkinter/matt/window-creation-simple.py
Demo/tkinter/matt/window-creation-w-location.py
Demo/xml/elem_count.py
Demo/xml/roundtrip.py
Demo/zlib/minigzip.py
Demo/zlib/zlibdemo.py