[Python-checkins] r79765 - in python/branches/py3k: Python/structmember.c

benjamin.peterson python-checkins at python.org
Mon Apr 5 01:09:06 CEST 2010


Author: benjamin.peterson
Date: Mon Apr  5 01:09:06 2010
New Revision: 79765

Log:
Merged revisions 79763 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79763 | benjamin.peterson | 2010-04-04 18:03:22 -0500 (Sun, 04 Apr 2010) | 1 line
  
  fix tabs
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Python/structmember.c

Modified: python/branches/py3k/Python/structmember.c
==============================================================================
--- python/branches/py3k/Python/structmember.c	(original)
+++ python/branches/py3k/Python/structmember.c	Mon Apr  5 01:09:06 2010
@@ -267,7 +267,7 @@
 		break;
 		}
 	case T_STRING:
-        case T_STRING_INPLACE:
+	case T_STRING_INPLACE:
 		PyErr_SetString(PyExc_TypeError, "readonly attribute");
 		return -1;
 #ifdef HAVE_LONG_LONG


More information about the Python-checkins mailing list