summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-08-04-11-47-58.bpo-28292.vkihH5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-08-04-11-47-58.bpo-28292.vkihH5.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-08-04-11-47-58.bpo-28292.vkihH5.rst3
1 files changed, 0 insertions, 3 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
deleted file mode 100644
index 478a1b0..0000000
--- a/Misc/NEWS.d/next/Library/2019-08-04-11-47-58.bpo-28292.vkihH5.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-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.