Add link to PR.

This commit is contained in:
Barry Warsaw 2017-09-10 10:02:56 -07:00
parent ee64ced217
commit de35168396
1 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,7 @@ The Python equivalent of the ``noop()`` function is exactly::
def noop(*args, **kws):
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
@ -79,6 +79,12 @@ Coghlin's Dialogs (edited for formatting):
it and having it do nothing useful.
References
==========
.. [1] https://github.com/python/cpython/pull/3480
Copyright
=========