kwlzn / python-sources

a "one-stop shop" reference for python stdlib source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-sources

python-sources is a reference collection of versioned Python source code from 2.7.x -> 3.5.x that is made available on github for searching, linking and quick reference.

ever wanted to send a quick link to specific line numbers in the python stdlib's source code as referenced by that pesky traceback? now you can!

by navigating to the source code for the version in question and clicking on the line number, you can get a linkable reference for pasting into bug reports, chats, etc - e.g.:

or using the lesser known range syntax (in UI: click first line, hold shift, click last line):

About

a "one-stop shop" reference for python stdlib source code.