]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes: #4406 Added port comparison in __eq__() and added _ne__() method to class URL 4515/head
authorSanjana <sanjana0796@gmail.com>
Sun, 24 Feb 2019 11:48:57 +0000 (17:18 +0530)
committersanjana <sanjana0796@gmail.com>
Mon, 25 Feb 2019 06:23:26 +0000 (11:53 +0530)
commit0f15b805f07e7fca1f82ca6c3aad98d50ea705b8
tree65a98e5d0e6edb353bc24a3b6d93dc2c62ee657e
parent53c7fc4690ead7a58947ad982c0a47e1af18e154
Fixes: #4406 Added port comparison in __eq__() and added _ne__() method to class URL
doc/build/changelog/unreleased_13/4406.rst [new file with mode: 0644]
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py