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 Python 2.x vs 3.x source files. The several samples that I downloaded
all turned out to be Python 2.x.
Where can I find a number of large Python 3 software source codes?
I don't really want 1000 little separate Python3 files; I prefer big
applications.