Made numberered lists with full numbers for clarity when reading sources. See #724.

This commit is contained in:
Griatch 2015-03-22 10:07:37 +01:00
parent 78ca2819b2
commit 3f1a887841
3 changed files with 11 additions and 10 deletions

View file

@ -738,6 +738,7 @@ class ANSIString(unicode):
def partition(self, sep, reverse=False):
"""
Similar to split, but always creates a tuple with three items:
1. The part before the separator
2. The separator itself.
3. The part after.