Skip to content

Commit

Permalink
Dropping unbound methods has become more likely.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Nov 24, 2007
1 parent fa9d5fb commit c47893b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pep-3100.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ To be removed:
* ```x```: use ``repr(x)`` [2]_ [done]
* The ``<>`` operator: use ``!=`` instead [3]_ [done]
* The __mod__ and __divmod__ special methods on float. [they should stay] [21]_
* Might drop unbound methods? [7]_ [UNLIKELY]
* Drop unbound methods[7]_ [25]_
* METH_OLDARGS
* WITH_CYCLE_GC [done]
* __getslice__, __setslice__, __delslice__ [#sequence-types]_;
Expand Down Expand Up @@ -343,6 +343,9 @@ References
.. [25] python-3000 email ("Py3.0 Library Ideas")
http://mail.python.org/pipermail/python-3000/2007-February/005726.html

.. [26] python-dev email ("Should we do away with unbound methods in Py3k?")
http://mail.python.org/pipermail/python-dev/2007-November/075279.html

.. [#sys-module] Python docs (sys -- System-specific parameters and functions)
http://docs.python.org/lib/module-sys.html

Expand Down

0 comments on commit c47893b

Please sign in to comment.