]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
some belated updates
authorGuido van Rossum <guido@python.org>
Tue, 10 Jan 1995 10:47:53 +0000 (10:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jan 1995 10:47:53 +0000 (10:47 +0000)
ChangeLog

index e49328e18d43d247780404670c55188221dd996b..44d29d03942e818eee73a494b22efcb163830ba9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
+Tue Jan 10 11:34:23 1995  Guido van Rossum  <guido@voorn.cwi.nl>
+
+       * Python/bltinmodule.c (builtin_{execfile,eval}): fix
+       globals/locals defaults to match the manual again; also allow None
+       to mean the same as the default
+
+       * Lib/nntplib.py: fix comments for list command (should be last,
+       first instead of first, last)
+
+       * Lib/test/test_grammar.py: fix exec test so presence of
+       __builtins__ doesn't break it
+
 Mon Jan  9 14:20:16 1995  Guido van Rossum  <guido@voorn.cwi.nl>
 
+       * Objects/{funcobject.c,methodobject.c,classobject.c}: don't
+       expose certain internals (e.g. __dict__) in restricted mode.
+
        * Python/thread_pthread.h: Alpha OSF/1 fix
 
        * Python/importdl.c (load_dynamic_module): removed bogus check for