Tagged Questions
The python-3.1 tag has no wiki summary.
2
votes
1answer
1k views
How can I install argparse in Python 3.1?
I am trying to get argparse to install in Python 3.1, but I get a UnicodeDecodeError out of setup.py when I easy_install it:
(ve31) offline@void (projects) $ easy_install argparse
install_dir ...
1
vote
1answer
619 views
Python 3.2 extremely slow when compare to Python 3.1.x
I read through Python 3.2 changes and understand that it has made many improvement over 3.1. However, my exact same code with zero modification running on 3.2 is more than 10 times slower than when I ...