Created on 2018-02-23 15:11 by Josh Friend, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5832 | merged | serhiy.storchaka, 2018-02-23 17:14 | |
| PR 5905 | merged | miss-islington, 2018-02-26 14:02 | |
| PR 5906 | merged | serhiy.storchaka, 2018-02-26 14:30 | |
| Messages (8) | |||
|---|---|---|---|
| msg312636 - (view) | Author: Josh Friend (Josh Friend) | Date: 2018-02-23 15:11 | |
Armin Rigo from the PyPy project pointed this out to me: https://bitbucket.org/pypy/pypy/issues/2755/dbmopen-expects-a-str-for-filename-throws This could probably lead to some weird behavior given the right filename |
|||
| msg312649 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2018-02-23 17:18 | |
PR 5832 fixes dbm.ndbm.open() and dbm.gdbm.open(). dbm.dumb.open() already used the filesystem encoding. I don't think anything should be fixed in 2.7. Supporting Unicode filenames looks like a new feature. |
|||
| msg312664 - (view) | Author: Armin Rigo (arigo) * | Date: 2018-02-23 18:43 | |
It's not a new feature. See for example all functions from posixmodule.c: it should at least be PyArg_ParseTuple(args, "et", Py_FileSystemDefaultEncoding, &char_star_variable). |
|||
| msg312925 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2018-02-26 14:02 | |
New changeset 6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e by Serhiy Storchaka in branch 'master': bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) https://github.com/python/cpython/commit/6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e |
|||
| msg312927 - (view) | Author: miss-islington (miss-islington) | Date: 2018-02-26 14:25 | |
New changeset a9e0b070b3e36701d0139361c769d374c4aacf1a by Miss Islington (bot) in branch '3.7': bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) https://github.com/python/cpython/commit/a9e0b070b3e36701d0139361c769d374c4aacf1a |
|||
| msg312977 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2018-02-27 01:39 | |
New changeset 5bf74859fe253f0e8ff73ba699cd1a7e2dfbcea3 by Serhiy Storchaka in branch '3.6': [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832). (GH-5906) https://github.com/python/cpython/commit/5bf74859fe253f0e8ff73ba699cd1a7e2dfbcea3 |
|||
| msg377942 - (view) | Author: Irit Katriel (iritkatriel) * | Date: 2020-10-04 14:35 | |
This seems resolved, can it be closed? |
|||
| msg377960 - (view) | Author: Josh Friend (Josh Friend) | Date: 2020-10-04 16:29 | |
yes it should be closed, can i do that? (ill try...) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:58 | admin | set | github: 77103 |
| 2020-10-04 16:29:39 | Josh Friend | set | status: open -> closed messages:
+ msg377960 |
| 2020-10-04 14:35:52 | iritkatriel | set | nosy:
+ iritkatriel messages: + msg377942 |
| 2018-02-27 01:39:55 | serhiy.storchaka | set | messages: + msg312977 |
| 2018-02-26 14:30:48 | serhiy.storchaka | set | pull_requests: + pull_request5677 |
| 2018-02-26 14:25:42 | miss-islington | set | nosy:
+ miss-islington messages: + msg312927 |
| 2018-02-26 14:02:47 | miss-islington | set | pull_requests: + pull_request5676 |
| 2018-02-26 14:02:30 | serhiy.storchaka | set | messages: + msg312925 |
| 2018-02-23 18:43:22 | arigo | set | nosy:
+ arigo messages: + msg312664 |
| 2018-02-23 17:18:05 | serhiy.storchaka | set | messages:
+ msg312649 versions: + Python 3.7, Python 3.8, - Python 2.7 |
| 2018-02-23 17:14:01 | serhiy.storchaka | set | keywords:
+ patch stage: patch review pull_requests: + pull_request5610 |
| 2018-02-23 17:09:49 | serhiy.storchaka | set | assignee: serhiy.storchaka |
| 2018-02-23 15:20:47 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka |
| 2018-02-23 15:11:08 | Josh Friend | create | |