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 aroberge
Recipients aroberge, gvanrossum
Date 2008-01-02.03:24:02
SpamBayes Score 0.07953498
Marked as misclassified No
Message-id <1199244243.34.0.482161005007.issue1707@psf.upfronthosting.co.za>
In-reply-to
Content
I did a quick search on the *.py files in the distribution.  I only
found two questionable places.

1. site.py has "raw_input" (python 2.5, line 311) replaced by the more
complicated 3 lines (python 3.0a2, lines 313-315) rather than the
simpler one-liner replacement.  However, I do not see any reason why
this could cause problems.

2. pydoc.py: raw_input is still present in 3.0a2 on line 1711; it should
be replaced by input imo.
History
Date User Action Args
2008-01-02 03:24:03arobergesetspambayes_score: 0.079535 -> 0.07953498
recipients: + aroberge, gvanrossum
2008-01-02 03:24:03arobergesetspambayes_score: 0.079535 -> 0.079535
messageid: <1199244243.34.0.482161005007.issue1707@psf.upfronthosting.co.za>
2008-01-02 03:24:03arobergelinkissue1707 messages
2008-01-02 03:24:02arobergecreate