Where can I find a large body of *Python3* source code?

Posted by Ira Baxter on Stack Overflow See other posts from Stack Overflow or by Ira Baxter
Published on 2010-05-03T19:21:27Z Indexed on 2010/05/03 19:28 UTC
Read the original article Hit count: 269

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about python-3.x

Related posts about source-code