Print anchor in __str__()

This commit is contained in:
Bastian Kleineidam 2010-12-21 20:55:49 +01:00
parent 1ebd4d1fc4
commit 6090e1a66c

View file

@ -1029,6 +1029,7 @@ class UrlBase (object):
u"line=%d" % self.line,
u"column=%d" % self.column,
u"name=%r" % self.name,
u"anchor=%r" % self.anchor,
])
def get_intern_pattern (self):