commit | 1e335b2968f9a610328c33c077b3a91be246b7d4 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Feb 13 12:14:29 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Feb 13 12:14:29 2007 +0000 |
tree | 97412bc40fe7065906e4ce3dc4461ecc922ab47e | |
parent | f7f888a2f8c1a2fff0fbfc32b61374bc033ab99b [diff] [blame] |
Patch #1657276: Make NETLINK_DNRTMSG conditional.
diff --git a/Misc/NEWS b/Misc/NEWS index db78494..640bc8d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -107,6 +107,8 @@ Extension Modules ----------------- +- Patch #1657276: Make NETLINK_DNRTMSG conditional. + - Bug #1653736: Complain about keyword arguments to time.isoformat. - operator.count() now raises an OverflowError when the count reaches sys.maxint.