summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-06-29-09-48-37.gh-issue-92336.otA6c6.rst
blob: eb74e0ceb744666383731e3deae1e537e3539965 (plain)
1
Fix bug where :meth:`linecache.getline` fails on bad files with :exc:`UnicodeDecodeError` or :exc:`SyntaxError`. It now returns an empty string as per the documentation.