]> granicus.if.org Git - python/commitdiff
Remove duplicate entry.
authorGeorg Brandl <georg@python.org>
Sat, 21 Aug 2010 11:40:30 +0000 (11:40 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 21 Aug 2010 11:40:30 +0000 (11:40 +0000)
Modules/Setup.dist

index e2b0c59fee3122af320369972c1a6679e9b31249..e02fd770fc7fa5bfb273a8dc0ba9143285cc7246 100644 (file)
@@ -174,7 +174,6 @@ GLHACK=-Dclear=__GLclear
 #_struct _struct.c     # binary structure packing/unpacking
 #time timemodule.c # -lm # time operations and variables
 #operator operator.c   # operator.add() and similar goodies
-#_weakref _weakref.c   # basic weak reference support
 #_testcapi _testcapimodule.c    # Python C API test module
 #_random _randommodule.c       # Random number generator
 #_collections _collectionsmodule.c # Container types