document sqlite/threads bug

This commit is contained in:
Brian S. Stephan 2011-01-19 20:59:24 -06:00
parent e88a934569
commit cac9afd33e
1 changed files with 3 additions and 0 deletions

3
BUGS
View File

@ -6,3 +6,6 @@ dr.botzo --- BUGS
* probably many, many more
* possible to have not well-formed XML in pywapi.get_weather_from_google:
xml.parsers.expat.ExpatError: not well-formed (invalid token)
* get_db() in Module is not thread-aware, threads other than the main bot thread
cannot call it (see Twitter.py)
ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 1 and this is thread id 2