RETIRED, further work has moved to Debian project infrastructure
Go to file
Robert Collins bf7c1f5bd2 Add a makefile. 2015-03-06 14:33:05 +13:00
linecache2 Issue #17911: traceback module overhaul 2015-03-06 14:26:47 +13:00
.gitignore Add missing files, ignore build and dist. 2015-03-06 14:28:43 +13:00
.testr.conf Initial boilerplate 2015-01-13 17:08:31 +13:00
AUTHORS Add missing files, ignore build and dist. 2015-03-06 14:28:43 +13:00
Makefile Add a makefile. 2015-03-06 14:33:05 +13:00
README.rst Initial boilerplate 2015-01-13 17:08:31 +13:00
requirements.txt Backport linecache for Python 2.6 and up. 2015-01-13 17:08:38 +13:00
setup.cfg Add a makefile. 2015-03-06 14:33:05 +13:00
setup.py Initial boilerplate 2015-01-13 17:08:31 +13:00
test-requirements.txt Initial boilerplate 2015-01-13 17:08:31 +13:00
update.sh Add missing files, ignore build and dist. 2015-03-06 14:28:43 +13:00

README.rst

A backport of linecache to older supported Pythons.

>>> import linecache2 as linecache

Profit.