Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51654 > unrolled thread

Re: Script that converts between indentation and curly braces in Python code

Started bySerhiy Storchaka <storchaka@gmail.com>
First post2013-07-31 16:31 +0300
Last post2013-07-31 16:31 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Script that converts between indentation and curly braces in Python code Serhiy Storchaka <storchaka@gmail.com> - 2013-07-31 16:31 +0300

#51654 — Re: Script that converts between indentation and curly braces in Python code

FromSerhiy Storchaka <storchaka@gmail.com>
Date2013-07-31 16:31 +0300
SubjectRe: Script that converts between indentation and curly braces in Python code
Message-ID<mailman.23.1375277520.1251.python-list@python.org>
31.07.13 06:45, Musical Notation написав(ла):
> Is there any script that converts indentation in Python code to curly braces? The indentation is sometime lost when I copy my code to an application or a website.

Look at the pindent.py script.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web