RETIRED, further work has moved to Debian project infrastructure
Go to file
Ondřej Nový eaae14eee9 Mass changes
d/s/options: extend-diff-ignore of .gitreview
d/control: Using OpenStack's Gerrit as VCS URLs.

Change-Id: I97a8ead76946aa910f451d86dcf3365dd3608752
2016-09-26 19:11:12 +02:00
debian Mass changes 2016-09-26 19:11:12 +02: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
.gitreview Add a .gitreview file 2016-08-22 19:24:25 +02: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.