[Python-checkins] cpython (merge 3.3 -> default): merge 3.3

benjamin.peterson python-checkins at python.org
Thu Oct 31 06:21:14 CET 2013


http://hg.python.org/cpython/rev/ac259f89f890
changeset:   86794:ac259f89f890
parent:      86792:d0bb3460b91b
parent:      86793:7c2b521aaaa9
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Oct 31 01:21:06 2013 -0400
summary:
  merge 3.3

files:
  Python/getcopyright.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Python/getcopyright.c b/Python/getcopyright.c
--- a/Python/getcopyright.c
+++ b/Python/getcopyright.c
@@ -2,7 +2,7 @@
 
 #include "Python.h"
 
-static char cprt[] =
+static const char cprt[] =
 "\
 Copyright (c) 2001-2013 Python Software Foundation.\n\
 All Rights Reserved.\n\

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list