oslo.middleware/oslo_middleware
Sean McGinnis caaac6c438
Fix invalid escape sequence warnings
Py36 is more strict about escape sequences in strings. Regex patterns
often cause warnings due to not being normal escape sequences. This gets
rid of a few warnings by switching these regex strings to use raw
strings.

Change-Id: Ied16e55780f2bf73fac54e0afc8394af468a67b8
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-11 06:10:18 -05:00
..
healthcheck Document security considerations for detailed healthcheck 2018-10-05 19:47:21 +00:00
locale Imported Translations from Zanata 2018-03-01 06:18:45 +00:00
tests Remove moxstubout usage 2018-08-21 23:42:53 -04:00
__init__.py add missing shortcut for HTTPProxyToWSGI middleware 2015-11-09 13:31:59 -05:00
_i18n.py Update URLs in documents according to document migration 2017-07-12 23:06:02 +08:00
base.py Update hacking version 2019-03-20 23:10:12 +08:00
catch_errors.py Fix invalid escape sequence warnings 2019-04-11 06:10:18 -05:00
correlation_id.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-07 04:10:58 +00:00
cors.py Update hacking version 2019-03-20 23:10:12 +08:00
debug.py Replace six.iteritems() with .items() 2016-12-09 10:37:30 +08:00
http_proxy_to_wsgi.py Remove Class HTTPProxyToWSGIMiddleware 2017-09-04 11:37:09 +08:00
opts.py Update hacking version 2019-03-20 23:10:12 +08:00
request_id.py Set global_request_id if passed in as X-OpenStack-Request-ID. 2017-05-23 12:48:41 -04:00
sizelimit.py Fix test_request_too_large_no_content_length failure 2017-04-13 20:57:50 +08:00
ssl.py Limit ssl deprecation warning to external importers 2016-10-17 10:23:23 +08:00
stats.py Fix invalid escape sequence warnings 2019-04-11 06:10:18 -05:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:22 -05:00