From f4be1cd4bf884b87ac356a101a7a07584ba0d618 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 16 May 2017 22:41:51 +0200 Subject: [PATCH] bpo-9850: PEP 4: macpath deprecated in Python 3.7 (#257) --- pep-0004.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pep-0004.txt b/pep-0004.txt index 0818cc655..3a440a4e6 100644 --- a/pep-0004.txt +++ b/pep-0004.txt @@ -280,6 +280,12 @@ Deprecated modules Date: 2013-08-12 Documentation: Deprecated as of Python 3.4. + Module name: macpath + Rationale: Obsolete macpath module dangerously broken + and should be removed. + Date: 2017-05-15 + Documentation: Platform is obsolete/unsupported. + Deprecation of modules removed in Python 3.0 ============================================