[Git-commits] [grml/grml2usb] f434e1: Add support for Python 3
Michael Prokop
mika at grml.org
Fri Jul 4 10:10:39 CEST 2014
Branch: refs/heads/master
Home: https://github.com/grml/grml2usb
Commit: f434e19e7be373a15faa990d34e85253ef7168c3
https://github.com/grml/grml2usb/commit/f434e19e7be373a15faa990d34e85253ef7168c3
Author: Michael Prokop <mika at grml.org>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M grml2usb
Log Message:
-----------
Add support for Python 3
'ExceptionType, name' is deprecated since 2.6 and disestablished
since Python 3, so use 'ExceptionType as name' instead.
Also the print statement has been replaced with a print() function.
Reviewed-by: Evgeni Golov <evgeni at grml.org>
Commit: c11dfc8860764cb6e9b33edc9f54b32880843b2c
https://github.com/grml/grml2usb/commit/c11dfc8860764cb6e9b33edc9f54b32880843b2c
Author: Michael Prokop <mika at grml.org>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M debian/changelog
Log Message:
-----------
Release new version 0.14.6
Compare: https://github.com/grml/grml2usb/compare/765b8e5c7a17...c11dfc886076
More information about the Git-commits
mailing list