[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-32028: Fix custom print suggestion having leading whitespace in print statement by CuriousLearner · Pull Request #4688 · python/cpython

the-knights-who-say-ni

…rint statement

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 20, 2018

The suggested replacement for print statements previously failed to account
for leading whitespace and hence could end up including unwanted text in
the proposed call to the print builtin.

Patch by Sanyam Khurana.
(cherry picked from commit d57f26c)