This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wplappert
Recipients ezio.melotti, wplappert
Date 2009-07-18.12:15:47
SpamBayes Score 7.452799e-07
Marked as misclassified No
Message-id <1247919350.19.0.0119988560705.issue6512@psf.upfronthosting.co.za>
In-reply-to
Content
wplapper@lin-wpl:~/sudoku/version3.0/tk_test/python3$ python3
Python 3.1 (r31:73572, Jul 18 2009, 11:13:40) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
>>> print(tkinter.Tcl().tk.call('info', 'patchlevel'))
8.5.6
History
Date User Action Args
2009-07-18 12:15:50wplappertsetrecipients: + wplappert, ezio.melotti
2009-07-18 12:15:50wplappertsetmessageid: <1247919350.19.0.0119988560705.issue6512@psf.upfronthosting.co.za>
2009-07-18 12:15:48wplappertlinkissue6512 messages
2009-07-18 12:15:47wplappertcreate