summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-08-24-06-05-41.gh-issue-123228.jR_5O5.rst
blob: 99b3c0ca5eef28f0e4e76959168b74efedcd0081 (plain)
1
2
3
Fix return type for
:func:`!_pyrepl.readline._ReadlineWrapper.get_line_buffer` to be
:func:`str`.  Patch by Sergey B Kirpichev.