This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Jonathan Ng, martin.panter, python-dev, serhiy.storchaka
Date 2016-12-07.09:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161207091142.99231.43812.5DDEC514@psf.io>
In-reply-to
Content
New changeset 0a74bc7ba462 by Serhiy Storchaka in branch '3.5':
Issue #28847: dbm.dumb now supports reading read-only files and no longer
https://hg.python.org/cpython/rev/0a74bc7ba462

New changeset 0c532bd28539 by Serhiy Storchaka in branch '3.6':
Issue #28847: dbm.dumb now supports reading read-only files and no longer
https://hg.python.org/cpython/rev/0c532bd28539

New changeset 2f59be67830c by Serhiy Storchaka in branch 'default':
Issue #28847: dbm.dumb now supports reading read-only files and no longer
https://hg.python.org/cpython/rev/2f59be67830c

New changeset a10361dfbf64 by Serhiy Storchaka in branch 'default':
Issue #28847: A deprecation warning is now emitted if the index file is missed
https://hg.python.org/cpython/rev/a10361dfbf64
History
Date User Action Args
2016-12-07 09:11:46python-devsetrecipients: + python-dev, martin.panter, serhiy.storchaka, Jonathan Ng
2016-12-07 09:11:46python-devlinkissue28847 messages
2016-12-07 09:11:45python-devcreate