This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2007年08月26日 19:02 by dudek, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| uu.py-base64ugrade.diff | dudek, 2007年08月26日 19:04 | |||
| Messages (3) | |||
|---|---|---|---|
| msg55310 - (view) | Author: Gregory Dudek (dudek) | Date: 2007年08月26日 19:04 | |
The uu.py library for uuencoding and uudecoding does not support base64 encodins. The patch addached here adds base64 decoding, but does not add encoding support. |
|||
| msg55549 - (view) | Author: Gabriel Genellina (ggenellina) | Date: 2007年09月01日 02:21 | |
I think the 2.4 version is in maintenance mode, so no new features are added. You may target 2.5 or 2.6. But the patch is incorrect: the base64 name is undefined. You should include test cases and documentation changes also; please read http://www.python.org/dev/patches/ |
|||
| msg90097 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2009年07月04日 02:11 | |
Now it's too late for 2.5 and probably for 2.6 too. If there are no news this can probably be closed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:26 | admin | set | github: 45368 |
| 2010年04月29日 17:59:46 | terry.reedy | set | status: pending -> closed |
| 2009年07月04日 02:11:52 | ezio.melotti | set | status: open -> pending versions: + Python 2.7, - Python 2.4 nosy: + ezio.melotti messages: + msg90097 |
| 2007年09月17日 07:20:24 | jafo | set | priority: normal |
| 2007年09月02日 20:08:49 | loewis | set | keywords: + patch |
| 2007年09月01日 02:21:35 | ggenellina | set | nosy:
+ ggenellina messages: + msg55549 components: + Library (Lib), - Extension Modules |
| 2007年08月26日 19:04:18 | dudek | set | files:
+ uu.py-base64ugrade.diff nosy: + dudek messages: + msg55310 |
| 2007年08月26日 19:02:31 | dudek | create | |