mirror of
https://github.com/python/cpython.git
synced 2026-06-01 17:19:45 -04:00
40e0f35ad5
I added some tests in 2105ab8553b7 and found no bug, but it turns out that the doctest is not actually run. While converting the doctest to unittest style, I stumbled upon this bug again and this time applied the code patch provided by Filip Gruszczyński.