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 Jeff.Laing
Recipients Jeff.Laing, docs@python, jcea, michael.foord, r.david.murray
Date 2012-05-10.00:29:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336609747.18.0.128691955039.issue14759@psf.upfronthosting.co.za>
In-reply-to
Content
@Jesús, as has been pointed out already, the Berkeley DB stuff is not part of Python 3 so I don't see any point in discussing this with Oracle.

We don't actually use or need the bsddb module, it's just part of the standard runtime library that we ship.

We will be removing the bsddb module from our distribution of the runtime library, while our app is embedding the 2.7 interpreter.  Once we go to 3.0, the problem becomes moot.

When discussing issues related to licensing, a visible audit trail is essential to show that one followed a genuine process in a timely fashion.  When the lawyers come howling to our door, I want to be able to point at archived documentation that showed we were not knowingly continuing to violate a license condition once we became aware of it.

With respect to mail.python.org mailing lists, the http://docs.python.org/bugs.html page explicitly says "if you want a more persistent record of your issue, you can use the issue tracker for documentation bugs as well".  That suggested to me that there were more than just "developers" listening here.

I feel like it's getting a bit meta if I raise an issue here requesting that the website be clarified to note that the documentors don't really look at issues here.

:-)

Thanks to all, my immediate problem is resolved, and I now know that I need to dig a lot deeper into all the documentation each time we upgrade, rather than assume that it's all consistent.
History
Date User Action Args
2012-05-10 00:29:07Jeff.Laingsetrecipients: + Jeff.Laing, jcea, r.david.murray, michael.foord, docs@python
2012-05-10 00:29:07Jeff.Laingsetmessageid: <1336609747.18.0.128691955039.issue14759@psf.upfronthosting.co.za>
2012-05-10 00:29:06Jeff.Lainglinkissue14759 messages
2012-05-10 00:29:05Jeff.Laingcreate