Skip to content

Commit fb3b36e

Browse files
YannickJadoulgvanrossum
authored andcommitted
Add missing return None in except clause to pseudo-code. (#1205)
1 parent bbc91a9 commit fb3b36e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pep-0553.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ feature looks roughly like the following::
195195
'Ignoring unimportable $PYTHONBREAKPOINT: {}'.format(
196196
hookname),
197197
RuntimeWarning)
198+
return None
198199
return hook(*args, **kws)
199200

200201
__breakpointhook__ = breakpointhook
@@ -239,6 +240,10 @@ which inherits several of the problems this PEP aims to solve.
239240
Version History
240241
===============
241242

243+
* 2019-10-13
244+
245+
* Add missing ``return None`` in ``except`` clause to pseudo-code.
246+
242247
* 2017-09-13
243248

244249
* The ``PYTHONBREAKPOINT`` environment variable is made a first class

0 commit comments

Comments
 (0)