Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Python doesn't see the directories I create
- From: ldo at geek-central.gen.new_zealand (Lawrence D'Oliveiro)
- Subject: Python doesn't see the directories I create
- Date: Fri, 31 Aug 2007 12:52:57 +1200
In message <slrnfddha0.1o4.horpner at FIAD06.norwich.edu>, Neil Cerutti wrote: > Keeping in mind which came first, isn't it at least as accurate > to attribute this problem to Python's choice of escape character? No, it's Microsoft's fault. The use of backslash as an escape character goes back to Unix systems in the early 1970s--long before Microsoft came on the scene. When Microsoft introduced MS-DOS 1.0 in 1981, it didn't have directory hierarchies. Commands used the slash character to delimit options. Then when MS-DOS 2.0 introduced subdirectories in 1983, they decided they couldn't use the slash as the path separator, so they used the backslash instead. That has been a source of confusion ever since then.
- Follow-Ups:
- Python doesn't see the directories I create
- From: Neil Cerutti
- Python doesn't see the directories I create
- References:
- Python doesn't see the directories I create
- From: mr_gadget
- Python doesn't see the directories I create
- From: Bruno Desthuilliers
- Python doesn't see the directories I create
- From: Neil Cerutti
- Python doesn't see the directories I create
- Prev by Date: reload(sys)
- Next by Date: Python doesn't see the directories I create
- Previous by thread: Python doesn't see the directories I create
- Next by thread: Python doesn't see the directories I create
- Index(es):