This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients asicscwcs, eric.smith, iritkatriel, orsenthil, serhiy.storchaka
Date 2021-07-02.08:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625216139.01.0.9139425703.issue44520@roundup.psfhosted.org>
In-reply-to
Content
As I wrote on the PR, and again on this issue, a PR that makes a behavior change (like this one) is not complete without a unit test (which fails before the change and passes after the change, and can show what the bug being fixed is).  You could add such a test.

In this case, it is also not clear that the current behavior is a bug at all, and if it is then what the fix should be (you propose to map None to ''. But why not 'None'? Why not 'Mary had a little lamb'?  I suggested to return None rather than some arbitrary string). You could explain why you think it's a bug and why you think '' is the correct return value.

Once you do write the test and there is consensus that it is a bug and we agree what the fix should be, it should be some core dev's top priority to review and merge the PR (as opposed to reviewing and merging another PR). So you could push it forward by explaining why this bug is important.
History
Date User Action Args
2021-07-02 08:55:39iritkatrielsetrecipients: + iritkatriel, orsenthil, eric.smith, serhiy.storchaka, asicscwcs
2021-07-02 08:55:39iritkatrielsetmessageid: <1625216139.01.0.9139425703.issue44520@roundup.psfhosted.org>
2021-07-02 08:55:39iritkatriellinkissue44520 messages
2021-07-02 08:55:38iritkatrielcreate