oslo.db/oslo_db
Sean McGinnis 7a91726588 Handle deprecation of inspect.getargspec
getargspec has been deprecated in py3 with plans to remove it in py3.6.
The recommendation is to move to inspect.signature, but the results
of that call are different than the existing one.

There is also getfullargspec available under py3 that was originally
deprecated, but for the sake of handling 2/3 code, it has been
un-deprecated. This call uses signature internally, but returns a mostly
compatible result with what getargspec did. This handles getargspec
deprecation by just using getfullargspec instead if it is available.

Change-Id: I32dd29bde99f9d59c2b0e14dd6782162963b43ae
2017-11-27 14:56:07 -06:00
..
locale Imported Translations from Zanata 2017-03-24 07:13:44 +00:00
sqlalchemy Handle deprecation of inspect.getargspec 2017-11-27 14:56:07 -06:00
tests Use skipTest() method instead of deprecated skip() 2017-10-19 18:52:29 -04:00
__init__.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
_i18n.py Update the documentation link 2017-08-23 14:46:27 +08:00
api.py Remove kwarg retry_on_request in wrap_db_retry 2017-10-27 08:40:26 +08:00
concurrency.py Remove log translations 2017-03-30 08:42:42 +08:00
exception.py Remove property message for DBInvalidUnicodeParameter and InvalidSortKey 2017-09-11 17:38:31 +08:00
options.py Rename idle_timeout to connection_recycle_time 2017-08-15 10:26:36 -04:00