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年04月29日 14:07 by ocean-city, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_fix.patch | ocean-city, 2007年04月29日 14:07 | run test_1565150 only on NTFS | ||
| Messages (3) | |||
|---|---|---|---|
| msg52541 - (view) | Author: Hirokazu Yamamoto (ocean-city) * (Python committer) | Date: 2007年04月29日 14:07 | |
http://www.nabble.com/Python-2.5.1-tf3664463.html#a10239786 Maybe this patch helps. This patch gets file system name via GetVolumeInformationA and runs test only on NTFS. Thank you. |
|||
| msg55474 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2007年08月30日 10:29 | |
Affects 2.5 only. |
|||
| msg55503 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2007年08月30日 19:05 | |
Thanks for the patch. Committed as r57759 and r57760. I added it to the trunk as well, as it might be possible that the test is run on FAT even if the operating system is Windows XP. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:24 | admin | set | github: 44913 |
| 2007年08月30日 19:05:06 | loewis | set | status: open -> closed nosy: + loewis resolution: accepted messages: + msg55503 |
| 2007年08月30日 10:29:28 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg55474 versions: + Python 2.5, - Python 2.6 |
| 2007年04月29日 14:07:00 | ocean-city | create | |