Python window indentation

677
2
11-22-2011 11:18 AM
TedCronin
MVP Honored Contributor
Python window indentation, is actually Indented.


Finally, you guys fixed this limitation, and it seems the list that is printed is single space, which is much cleaner.


for fld in arcpy.ListFields ("Table"):
          print fld.name

Tags (2)
0 Kudos
2 Replies
DavidWynne
Esri Contributor
Python window indentation, is actually Indented.


Finally, you guys fixed this limitation, and it seems the list that is printed is single space, which is much cleaner.


for fld in arcpy.ListFields ("Table"):
          print fld.name


Hi Ted,
We spent some time refining the Python window experience for 10.1.  Some of that was ported back to service pack 4 as well.

-Dave
0 Kudos
TedCronin
MVP Honored Contributor
Hi Ted,
We spent some time refining the Python window experience for 10.1.  Some of that was ported back to service pack 4 as well.

-Dave


Well that is good news on two fronts.  A SP4... hmmmmmmmm.
0 Kudos