]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The regexp used by the :func:`.url.make_url` function now parses
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Oct 2013 19:02:36 +0000 (15:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Oct 2013 19:03:04 +0000 (15:03 -0400)
commit470133b5ec589b80f4a533af870370313580544c
tree8339001e78695bf63a3310b543abf8c013eb0fa7
parent55ee3158df65e4a6a4a73fa81af1ce3e7693a930
- The regexp used by the :func:`.url.make_url` function now parses
ipv6 addresses, e.g. surrounded by brackets. [ticket:2851]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py