psycopg2/lib
Jon Dufresne 19b1efd629 Drop long deprecated function register_tstz_w_secs()
Deprecated in commit b263fbf274 on
2010-01-13. The deprecation warning was first released in version 2.2.2.

The function used to register an alternate type caster for TIMESTAMP
WITH TIME ZONE to deal with historical time zones with seconds in the
UTC offset. These are now correctly handled by the default type caster,
so currently the function doesn't do anything.
2017-12-10 07:57:11 -08:00
..
__init__.py Remove workaround for decimal module 2017-11-26 17:55:24 -08:00
_ipaddress.py Added ipaddress objects conversion 2016-10-11 04:54:41 +01:00
_json.py Remove redundant parentheses 2017-11-28 16:06:52 +00:00
_range.py Use dict comprehensions 2017-11-28 16:11:06 +00:00
errorcodes.py Error codes updated to PG 10 beta 1 2017-06-05 12:34:17 +01:00
extensions.py Use dict comprehensions 2017-11-28 16:11:06 +00:00
extras.py Drop long deprecated function register_tstz_w_secs() 2017-12-10 07:57:11 -08:00
pool.py Use an import style reported not broken on Python 3.6 2017-06-17 01:51:37 +01:00
sql.py Use builtin function next() throughout project 2017-12-01 19:57:37 -08:00
tz.py Remove redundant parentheses 2017-11-28 16:06:52 +00:00