We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc91a9 commit fb3b36eCopy full SHA for fb3b36e
pep-0553.rst
@@ -195,6 +195,7 @@ feature looks roughly like the following::
195
'Ignoring unimportable $PYTHONBREAKPOINT: {}'.format(
196
hookname),
197
RuntimeWarning)
198
+ return None
199
return hook(*args, **kws)
200
201
__breakpointhook__ = breakpointhook
@@ -239,6 +240,10 @@ which inherits several of the problems this PEP aims to solve.
239
240
Version History
241
===============
242
243
+* 2019-10-13
244
+
245
+ * Add missing ``return None`` in ``except`` clause to pseudo-code.
246
247
* 2017-09-13
248
249
* The ``PYTHONBREAKPOINT`` environment variable is made a first class
0 commit comments