Skip to content

Commit 86b0d12

Browse files
committed
Changelog entry for 5.2.0
- Legacy-Id: 7523
1 parent e1c543f commit 86b0d12

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

changelog

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ ietfdb (5.2.0) ietf; urgency=low
22

33
This is a code cleanup release. It adds a test and a managemement command
44
to run pyflakes (pyflakes is a bit like 'lint' for Python) over the
5-
datatracker code, and cleans up the code so that it tests clean. The number
6-
of lines changed is large, but the changes to what the code actually does is
7-
limited to fixing bugs discovered by pyflakes during the cleanup. There
8-
were around 10 such cases.
5+
datatracker code, and provides cleaned-up code so that the new pyflakes test
6+
is clean. The number of lines changed is large, but the changes to what the
7+
code actually does is limited to fixing bugs discovered by pyflakes during
8+
the cleanup. There were around 10 such cases.
99

1010
Most of the changes are related to import statements, as the code otherwise
1111
was pretty clean already. In almost all places, bulk imports using '*' has been
@@ -50,7 +50,7 @@ ietfdb (5.2.0) ietf; urgency=low
5050
order, and in importing in a sequence from the more general down to the more
5151
specific, aids in the readability of the code.
5252

53-
-- Henrik Levkowetz <henrik@levkowetz.com> 16 Mar 2014 20:52:05 +0100
53+
-- Henrik Levkowetz <henrik@levkowetz.com> 19 Mar 2014 21:41:16 +0100
5454

5555

5656
ietfdb (5.1.1) ietf; urgency=medium

0 commit comments

Comments
 (0)