Code

Add compatibility package to allow us to deal with Python versions 2.3
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 12 Mar 2009 02:52:56 +0000 (02:52 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 12 Mar 2009 02:52:56 +0000 (02:52 +0000)
commit83391b8af8dbf866c004fe8a13d920337ca74aa1
treeb28d6f57837c782d1e4a909c3132615c03966c99
parent0de2c5584be47b04af7b389a1812a478a302dbc6
Add compatibility package to allow us to deal with Python versions 2.3
through to 2.6.

Outstanding issues noted in roundup/anypy/TODO.txt

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4181 57a73879-2fb5-44c3-a270-3262357dd7e2
19 files changed:
CHANGES.txt
doc/upgrading.txt
roundup/admin.py
roundup/anypy/README.txt [new file with mode: 0644]
roundup/anypy/TODO.txt [new file with mode: 0644]
roundup/anypy/__init__.py [new file with mode: 0644]
roundup/anypy/hashlib_.py [new file with mode: 0644]
roundup/anypy/sets_.py [new file with mode: 0644]
roundup/backends/indexer_common.py
roundup/backends/indexer_rdbms.py
roundup/hyperdb.py
roundup/install_util.py
roundup/password.py
scripts/import_sf.py
setup.py
share/roundup/templates/classic/detectors/nosyreaction.py
test/db_test_base.py
test/test_anypy_hashlib.py [new file with mode: 0644]
test/test_hyperdbvals.py