New submission from Laurent Coustet:

https://hg.python.org/cpython/rev/17d3bbde60d2

introduced a patch using tabs for indentation in ceval.c.

Attached patch just make the code more consistent by using spaces instead of 
tabs for indentation.


Related to: http://bugs.python.org/issue4753

----------
components: Interpreter Core
files: cpython2.7_indentfix_ceval.diff
keywords: patch
messages: 248827
nosy: Laurent Coustet
priority: normal
severity: normal
status: open
title: indentation fix in ceval.c
versions: Python 2.7
Added file: http://bugs.python.org/file40212/cpython2.7_indentfix_ceval.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24895>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to