diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-08-04 20:14:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 20:14:03 (GMT) |
commit | b1c8ec010fb4eb2654ca994e95144c8f2fea07fb (patch) | |
tree | ffb5511d12281b940804a3f32787ee593a78f892 /Misc | |
parent | 8183bb8150edcac6a7525bfb7708d08837ecb095 (diff) | |
download | cpython-b1c8ec010fb4eb2654ca994e95144c8f2fea07fb.zip cpython-b1c8ec010fb4eb2654ca994e95144c8f2fea07fb.tar.gz cpython-b1c8ec010fb4eb2654ca994e95144c8f2fea07fb.tar.bz2 |
bpo-28292: Mark calendar.py helper functions as private. (GH-15113)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-08-04-11-47-58.bpo-28292.vkihH5.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-04-11-47-58.bpo-28292.vkihH5.rst b/Misc/NEWS.d/next/Library/2019-08-04-11-47-58.bpo-28292.vkihH5.rst new file mode 100644 index 0000000..478a1b0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-08-04-11-47-58.bpo-28292.vkihH5.rst @@ -0,0 +1,3 @@ +Mark calendar.py helper functions as being private. The follows PEP 8 +guidance to maintain the style conventions in the module and it addresses a +known case of user confusion. |