[Checkins] SVN: ZODB/branches/3.8/ backport r92744 from trunk: "Fix corner case NameError."
Shane Hathaway
shane at hathawaymix.org
Sat May 9 03:00:49 EDT 2009
Andreas Zeidler wrote:
> Log message for revision 99808:
> backport r92744 from trunk: "Fix corner case NameError."
>
> Changed:
> U ZODB/branches/3.8/NEWS.txt
> U ZODB/branches/3.8/src/ZODB/blob.py
>
> -=-
> Modified: ZODB/branches/3.8/NEWS.txt
> ===================================================================
> --- ZODB/branches/3.8/NEWS.txt 2009-05-08 15:46:56 UTC (rev 99807)
> +++ ZODB/branches/3.8/NEWS.txt 2009-05-08 15:59:05 UTC (rev 99808)
> @@ -11,6 +11,9 @@
>
> Bugs Fixed:
>
> +- (3.8.1) Fixed ``NameError`` in cases where a directory cannot be created,
> + e.g. when the necessary permissions are missing.
> +
While the bugfix is good, this changelog entry needs to specify at least
3.8.2, since 3.8.1 has already been released.
Shane
More information about the Checkins
mailing list