]> granicus.if.org Git - python/commit
Issue #22834: Drop a redundant comment and use errno instead of an
authorBrett Cannon <brett@python.org>
Fri, 27 Feb 2015 17:13:35 +0000 (12:13 -0500)
committerBrett Cannon <brett@python.org>
Fri, 27 Feb 2015 17:13:35 +0000 (12:13 -0500)
commit8004e8577cd894bbf1a1edce75cfb6802dd7d270
treee388703c44997a9a59cbe15a82b2e6c326d74931
parente2bda9ad68af6d6fcee8e8274e02b19719c06bf0
Issue #22834: Drop a redundant comment and use errno instead of an
integer.

Thanks to Serhiy Storchaka and Martin Panter for the suggestions.
Lib/test/test_importlib/import_/test_path.py