win32all-130 for Python 1.6 available

Neil Hodgson neilh at hare.net.au
Sat Apr 8 21:37:29 EDT 2000


> 1. The following does not fold correctly:
>
> def spam():
>     return """spam
> is
> good"""

   OK. The folding rules will require tweaking for a while to approach
correctness. This one looks fairly easy: Lines that start in triple quote
style may not be fold headers.

> 2. Similarly, the following should perhaps not fold:
>
> # A comment ending with a colon:
> # more comment here

   The colon isn't used in the folding rules so there is some more context
causing this.

   Neil





More information about the Python-list mailing list