diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2009-01-03 14:35:39 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2009-01-03 14:35:39 +0000 |
commit | 5a4afe2a77d0ff7d9fea13dd93c3304a6ca993de (patch) | |
tree | ca158e2b623b2745c078d289f4601d61ad936d9c /ChangeLog | |
parent | bc88ef7bcda59b15988d27517a4f4f7e0672e33b (diff) | |
download | gobject-introspection-5a4afe2a77d0ff7d9fea13dd93c3304a6ca993de.tar.gz |
Disable blank line check, it works differently under Python 2.5 from 2.6
2009-01-03 Johan Dahlin <jdahlin@async.com.br>
* misc/pep8.py:
Disable blank line check, it works differently under
Python 2.5 from 2.6 and was rather annoying from the start.
svn path=/trunk/; revision=999
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-01-03 Johan Dahlin <jdahlin@async.com.br> + + * misc/pep8.py: + Disable blank line check, it works differently under + Python 2.5 from 2.6 and was rather annoying from the start. + 2008-01-03 Andreas Rottmann <a.rottmann@gmx.at> Bug 556489 – callback annotations |