Update
svn: r3107
This commit is contained in:
parent
d00e8aa8f4
commit
f1656f3a04
@ -619,8 +619,8 @@ class ComprehensiveAncestorsReport (Report.Report):
|
|||||||
citation += "[%d" % ind
|
citation += "[%d" % ind
|
||||||
comments = ref.get_comments ()
|
comments = ref.get_comments ()
|
||||||
if comments and comments.find ('\n') == -1:
|
if comments and comments.find ('\n') == -1:
|
||||||
# Work around rstrip('.') which is not working
|
# Work around rstrip('.') which is not working
|
||||||
# with python2.2.1 and earlier
|
# with python2.2.1 and earlier
|
||||||
#citation += " - %s" % comments.rstrip ('.')
|
#citation += " - %s" % comments.rstrip ('.')
|
||||||
comments = comments.rstrip()
|
comments = comments.rstrip()
|
||||||
if comments[-1] == '.':
|
if comments[-1] == '.':
|
||||||
@ -654,7 +654,7 @@ class ComprehensiveAncestorsReport (Report.Report):
|
|||||||
# with python2.2.1 and earlier
|
# with python2.2.1 and earlier
|
||||||
nick = nick.strip()
|
nick = nick.strip()
|
||||||
if nick[0] == '"':
|
if nick[0] == '"':
|
||||||
nick = nick[1:]
|
nick = nick[1:]
|
||||||
if nick[-1] == '"':
|
if nick[-1] == '"':
|
||||||
nick = nick[:-1]
|
nick = nick[:-1]
|
||||||
name += ' ("%s")' % nick
|
name += ' ("%s")' % nick
|
||||||
|
Loading…
Reference in New Issue
Block a user