Karl Richter added the comment:

EDIT 1: other examples, e.g.

    import os
    import shelve

    curdir = os.path.dirname(__file__)
    passwords = shelve.open(os.path.join(curdir, 'password_db'))

work, so there's need for usable error messages.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23174>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to