summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-04-03 13:20:02 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-04-03 13:20:02 -0400
commit8fc16b37ea229ff7090fa6fb23c403e91a0b25a5 (patch)
tree0f5794c12c2a688b26172a96400a86da27dfd792
parentfd4bba1bf3c288add3009aad59c3ec8558dca9b4 (diff)
parenta99e1711f7899fa49dfde4cd6b7514ad172ddff2 (diff)
downloadcpython-git-8fc16b37ea229ff7090fa6fb23c403e91a0b25a5.tar.gz
Merge with 3.3
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 856f893090..7e8712fbf2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1251,6 +1251,8 @@ Build
Documentation
-------------
+- Issue #15940: Specify effect of locale on time functions.
+
- Issue 17538: Document XML vulnerabilties
- Issue #16642: sched.scheduler timefunc initial default is time.monotonic.