[issue9271] Python throws `IOError: [Errno 27] File too large' on long file names

Jason Gross report at bugs.python.org
Fri Jul 16 07:49:07 CEST 2010


New submission from Jason Gross <jasongross9 at gmail.com>:

On attempting to open files with sufficiently long file names, python throws IOError: [Errno 27] File too large.  This is misleading, and perhaps should be relabeled as 'File name too long.'

I have only tested this on unix with Python 2.5.2.  This error was thrown when I opened /afs/athena.mit.edu/user/j/g/jgross/web_scripts/alphabets/results/turk/armenian_01_A3NOO9K3CY1YU5.cstroke for writing.

----------
components: IO
messages: 110414
nosy: Jason.Gross
priority: normal
severity: normal
status: open
title: Python throws `IOError: [Errno 27] File too large' on long file names
type: behavior
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9271>
_______________________________________


More information about the Python-bugs-list mailing list