summaryrefslogtreecommitdiff
path: root/Lib/socket.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-03-23 04:58:42 +0000
committerGuido van Rossum <guido@python.org>2007-03-23 04:58:42 +0000
commit143b5640593528a074cc8b9bff8607c829f58b6a (patch)
tree707550918507f4e898da9239631d4b63e2dc29ee /Lib/socket.py
parent82730f8d11050a567c6db88c91e7d788d8048e09 (diff)
downloadcpython-git-143b5640593528a074cc8b9bff8607c829f58b6a.tar.gz
- Bug #1683368: The object.__init__() and object.__new__() methods are
now stricter in rejecting excess arguments. The only time when either allows excess arguments is when it is not overridden and the other one is. For backwards compatibility, when both are overridden, it is a deprecation warning (for now; maybe a Py3k warning later). When merging this into 3.0, the warnings should become errors. Note: without the change to string.py, lots of spurious warnings happen. What's going on there?
Diffstat (limited to 'Lib/socket.py')
0 files changed, 0 insertions, 0 deletions