diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-04 11:56:14 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-04 11:56:46 -0500 |
commit | e6438cf8c3d2200262815840ac597d3f4a22e944 (patch) | |
tree | 06f2493f016ff8ef706774e083c7590909cf78e8 /lib/sqlalchemy/dialects/mysql/base.py | |
parent | e447582b8575eaf165f02864a4b0b977930b3a52 (diff) | |
download | sqlalchemy-e6438cf8c3d2200262815840ac597d3f4a22e944.tar.gz |
Allow url.password to be an object
The "password" attribute of the :class:`.url.URL` object can now be
any user-defined or user-subclassed string object that responds to the
Python ``str()`` builtin. The object passed will be maintained as the
datamember :attr:`.url.URL.password_original` and will be consulted
when the :attr:`.url.URL.password` attribute is read to produce the
string value.
Change-Id: I91d101c3b10e135ae7e4de60a5104b51776db84f
Fixes: #4089
Diffstat (limited to 'lib/sqlalchemy/dialects/mysql/base.py')
0 files changed, 0 insertions, 0 deletions