Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The default encoding of Python sources is UTF-8 | Dimitri Papadopoulos | 2022-11-20 | 1 | -3/+1 |
| | | | | | | | Python 3 assumes the encoding is UTF-8 by default, and so do or should do tools such as text editors when opening Python files. No need to explicitly set `*- coding: utf-8 -*-`. | ||||
* | Adding test capturing Distribute #349 | Jason R. Coombs | 2013-09-18 | 1 | -0/+3 |
--HG-- extra : amend_source : 2f401317ae94e6291ae91f8da75173781bc4c48c |