Package: python-debian Version: 0.1.14 Severity: normal Hello,
I was looking if I can use the Changelog class to access changelog entries from a existing changelogs. The parsing of a existing changelog went fine but then I found out that there are no methods to iterate over (or access) existing changelog blocks (I'd should file a wishlist bug about this instead of accessing internal structures) but the more important problem was that I got to many newlines when I tried to get a string representation of a changelog block. (Note: this was with pyhton 2.6 on Ubuntu if it's important) >>> c = debian_bundle.changelog.Changelog(file('changelog.txt', 'r')) >>> print c Regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org