[issue26543] [EASY] imaplib noop Debug: bytes vs Unicode bug in debug mode

2020-04-23 Thread Sadhana Srinivasan
Change by Sadhana Srinivasan : -- nosy: +rotuna nosy_count: 9.0 -> 10.0 pull_requests: +19013 pull_request: https://github.com/python/cpython/pull/19693 ___ Python tracker <https://bugs.python.org/issu

[issue23082] pathlib relative_to() can give confusing error message

2020-04-19 Thread Sadhana Srinivasan
Change by Sadhana Srinivasan : -- keywords: +patch pull_requests: +18945 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19611 ___ Python tracker <https://bugs.python.org/issu

[issue23082] pathlib relative_to() can give confusing error message

2020-04-15 Thread Sadhana Srinivasan
Sadhana Srinivasan added the comment: I'll work on this. I tried to come up with a single error message but having two different error messages seems like a better idea to me. One for when the path isn't a subpath and one for when absolute and relative paths are mixed. Basically