summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-13 11:59:54 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-04-13 11:59:54 -0500
commit2343b1bb9f828643bc9f2a08dcaa95d6b4ca55b7 (patch)
tree7c7b900bdca2cca8d27f44cadf7c7e6afc6fd90e /Lib
parentaa638d20b89f9e3535524007c25bd9dd9bb84e31 (diff)
downloadcpython-2343b1bb9f828643bc9f2a08dcaa95d6b4ca55b7.tar.gz
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/ctypes/macholib/fetch_macholib.bat2
-rwxr-xr-xLib/idlelib/idle.bat8
2 files changed, 5 insertions, 5 deletions
diff --git a/Lib/ctypes/macholib/fetch_macholib.bat b/Lib/ctypes/macholib/fetch_macholib.bat
index f9e1c0dc96..f474d5cd0a 100644
--- a/Lib/ctypes/macholib/fetch_macholib.bat
+++ b/Lib/ctypes/macholib/fetch_macholib.bat
@@ -1 +1 @@
-svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
+svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
diff --git a/Lib/idlelib/idle.bat b/Lib/idlelib/idle.bat
index e77b96e9b5..3d619a37ee 100755
--- a/Lib/idlelib/idle.bat
+++ b/Lib/idlelib/idle.bat
@@ -1,4 +1,4 @@
-@echo off
-rem Start IDLE using the appropriate Python interpreter
-set CURRDIR=%~dp0
-start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
+@echo off
+rem Start IDLE using the appropriate Python interpreter
+set CURRDIR=%~dp0
+start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9