]> git.ipfire.org Git - thirdparty/babel.git/commit
Remove superfluous `__unicode__` declarations
authorLukas Juhrich <lukas.juhrich@agdsn.de>
Fri, 23 Sep 2022 14:49:49 +0000 (16:49 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 27 Sep 2022 16:24:02 +0000 (19:24 +0300)
commitcdc77b4bf657ba94b175e12970f15a4351fc9f67
tree4a7102c6e650b97788e3260fac6a4ec1957145b3
parent33d1dd738af8da30c7f24efe6b76ff8f56d154fc
Remove superfluous `__unicode__` declarations

The `__unicode__` protocol is not used in python3,
and furthermore the `unicode()` builtin does not exist anymore.
babel/dates.py
babel/support.py