[issue27139] Increased test coverage for statistics.median_grouped

2020-09-19 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue19915] int.bit_at(n) - Accessing a single bit in O(1)

2020-09-19 Thread Raymond Hettinger
Raymond Hettinger added the comment: If someone does develop an interest in this, feel free to re-open. Personally, I'm sure that I would use int.bit_at() but only once every five years ;-) Also, it would be only half a solution unless accompanied by int.replace_bit_at(). --

[issue39524] Escape sequences in doc string of ast._pad_whitespace

2020-09-19 Thread Irit Katriel
Irit Katriel added the comment: The backport of the patch to 3.8 has failed. -- nosy: +iritkatriel ___ Python tracker ___ ___

<    1   2