Where can I find a large body of *Python3* source code?
- by Ira Baxter
I'm testing a Python parser. I have Python 2.6/2.7 firmly under control,
and some good (large) code samples on which I've tested it.
I'm interested in testing my Python3 variant. I've been to various
Python open source web sites (e.g., http://pythonsource.com/), which
list lots of packages, but they are pretty unclear as whether these
are…