diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-11-19 14:27:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-11-19 14:27:54 (GMT) |
commit | c64be941e7b17f85c7bca43eb24e999194b1d311 (patch) | |
tree | 6b55f7860f28e1b0b7e0c95b089997261ddc23e5 /Doc/whatsnew | |
parent | 7466659e836e7e72e3e1abb5ca66a2f6ac083601 (diff) | |
download | cpython-c64be941e7b17f85c7bca43eb24e999194b1d311.zip cpython-c64be941e7b17f85c7bca43eb24e999194b1d311.tar.gz cpython-c64be941e7b17f85c7bca43eb24e999194b1d311.tar.bz2 |
It's GTK+, apparently; remove XXX comment
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 2936bd5..6a2f08c 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -823,7 +823,6 @@ implementation required that the numeric locale remain set to the Not setting the numeric locale caused trouble for extensions that used third-party C libraries, however, because they wouldn't have the -% XXX is it GTK or GTk? correct locale set. The motivating example was GTK+, whose user interface widgets weren't displaying numbers in the current locale. @@ -1393,7 +1392,6 @@ not it's a symbolic link. This differs from the existing \item The \module{poplib} module now supports POP over SSL. \item The \module{profile} module can now profile C extension functions. -% XXX more to say about this? (Contributed by Nick Bastin.) \item The \module{random} module has a new method called |