[CONPY-57] Name error when calling help(mariadb) Created: 2020-04-13  Updated: 2020-04-14  Resolved: 2020-04-14

Status: Closed
Project: MariaDB Connector/Python
Component/s: Documentation
Affects Version/s: 0.9.56
Fix Version/s: 0.9.57

Type: New Feature Priority: Major
Reporter: Georg Richter Assignee: Georg Richter
Resolution: Fixed Votes: 0
Labels: None


 Description   

>>> import mariadb
>>> help(mariadb) 
Traceback (most recent call last):
  File "/usr/lib/python3.8/inspect.py", line 2004, in wrap_value
    value = eval(s, module_dict)
  File "<string>", line 1, in <module>
NameError: name 'CURSOR_TYPE_NONE' is not defined



 Comments   
Comment by Georg Richter [ 2020-04-14 ]

This was fixed together with implementation of CONPY-56 (rev. e873f87fabe99410dab5e736eb6f50104fbd1999)

Generated at Thu Feb 08 03:29:55 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.