From c39e33099339ecff5bc99914a02cc6a4b4960e9c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 11 Jun 2016 02:05:52 -0400 Subject: [PATCH] Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge. --- Lib/idlelib/{pyshell.py => PyShell.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/idlelib/{pyshell.py => PyShell.py} (100%) diff --git a/Lib/idlelib/pyshell.py b/Lib/idlelib/PyShell.py similarity index 100% rename from Lib/idlelib/pyshell.py rename to Lib/idlelib/PyShell.py