Andre Roberge added the comment:

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.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1707>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to