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 ned.deily
Recipients amcnerney13, ned.deily
Date 2011-02-01.11:02:47
SpamBayes Score 1.649338e-06
Marked as misclassified No
Message-id <1296558172.37.0.962954496382.issue11088@psf.upfronthosting.co.za>
In-reply-to
Content
As reported by Alex McNerney in Issue11075 msg127687:

"... running Python 2.7.1:88286 (maintenance) [built from source] on ActiveState Tcl/Tk 8.5.9 causes the idle to hang when a simple script like:
"
x = raw_input("x: ")
print x
"
is run. Is this a bug in Tcl/Tk? Looking in the logs I see several instances of "setCanCycle: is deprecated.  Please use setCollectionBehavior instead" Does this have any relevancy?"

I can reproduce the problem using input with Cocoa Tk 8.5 and Python 3.2rc2 or raw_input with Python 2.7.1+.  It does not seem to happen with Carbon Tk 8.4.  This may be related to Issue10940.  Investigating further for impact on 3.2.
History
Date User Action Args
2011-02-01 11:02:52ned.deilysetrecipients: + ned.deily, amcnerney13
2011-02-01 11:02:52ned.deilysetmessageid: <1296558172.37.0.962954496382.issue11088@psf.upfronthosting.co.za>
2011-02-01 11:02:47ned.deilylinkissue11088 messages
2011-02-01 11:02:47ned.deilycreate