diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-04-03 13:20:02 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-04-03 13:20:02 -0400 |
commit | 8fc16b37ea229ff7090fa6fb23c403e91a0b25a5 (patch) | |
tree | 0f5794c12c2a688b26172a96400a86da27dfd792 | |
parent | fd4bba1bf3c288add3009aad59c3ec8558dca9b4 (diff) | |
parent | a99e1711f7899fa49dfde4cd6b7514ad172ddff2 (diff) | |
download | cpython-git-8fc16b37ea229ff7090fa6fb23c403e91a0b25a5.tar.gz |
Merge with 3.3
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |