Add link to PR.
This commit is contained in:
parent
ee64ced217
commit
de35168396
|
@ -37,7 +37,7 @@ The Python equivalent of the ``noop()`` function is exactly::
|
||||||
def noop(*args, **kws):
|
def noop(*args, **kws):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
The C built-in implementation is available as a pull request.
|
The C built-in implementation is available as a pull request [1]_.
|
||||||
|
|
||||||
|
|
||||||
Rejected alternatives
|
Rejected alternatives
|
||||||
|
@ -79,6 +79,12 @@ Coghlin's Dialogs (edited for formatting):
|
||||||
it and having it do nothing useful.
|
it and having it do nothing useful.
|
||||||
|
|
||||||
|
|
||||||
|
References
|
||||||
|
==========
|
||||||
|
|
||||||
|
.. [1] https://github.com/python/cpython/pull/3480
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue