[CONPY-63] mariadb package should have more dunders such as __version__ Created: 2020-05-08 Updated: 2020-05-12 Resolved: 2020-05-12 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 0.9.58 |
| Fix Version/s: | 0.9.59 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Karl Levik | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
It would be useful if the mariadb package had dunders such as:
I'm far from an expert, but there are some relevant PEPs on version, e.g.: As always, StackOverflow is also useful: |
| Comments |
| Comment by Georg Richter [ 2020-05-12 ] |
|
Added _version_ and _version_info_ for mariadb module. Please correct me if I'm wrong, but _all_ isn't needed for CPython modules (and is also not mandatory anymore for Python3.x ) |