| commit | 5043f0904ba2254cbd65b41e3870c62a682e1c37 | [log] [tgz] |
|---|---|---|
| author | Éric Araujo <merwok@netwok.org> | Wed Oct 05 01:04:18 2011 +0200 |
| committer | Éric Araujo <merwok@netwok.org> | Wed Oct 05 01:04:18 2011 +0200 |
| tree | f82ba5d047acabca960ee8907bd6f531fad2dcd1 | |
| parent | b07b97f3a40d8970e5d766304c04a525c043c753 [diff] [blame] |
More info about PEP 393 in whatsnew and NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 025d42a..0b9cfbd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1261,6 +1261,8 @@ Build ----- +- PEP 393: the configure option --with-wide-unicode is removed. + - Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008 functions on OpenBSD (e.g. fdopendir).