summaryrefslogtreecommitdiff
path: root/Lib/http
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-16 17:33:23 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-16 17:33:23 +0200
commit4c9c3a61e51810a544e23997710fe92298ae5112 (patch)
tree3e5876f2be98f416b63c6126b5be4bd9e591a143 /Lib/http
parent421f909b032c74366a6acc038f4e4261a759b73a (diff)
parent510c3a1d94e664c5984cb63035b81efad80d073d (diff)
downloadcpython-4c9c3a61e51810a544e23997710fe92298ae5112.tar.gz
Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts.
Diffstat (limited to 'Lib/http')
-rw-r--r--Lib/http/cookies.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/http/cookies.py b/Lib/http/cookies.py
index dc3c74a8db..24da5f490c 100644
--- a/Lib/http/cookies.py
+++ b/Lib/http/cookies.py
@@ -1,6 +1,3 @@
-#!/usr/bin/env python3
-#
-
####
# Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
#