473,386 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Jason Orendorff's path module

Hi,

I know this has been consigned to oblivion by the BDFL but I'm rather
addicted to it's use. I notice the original site is no longer there.
Has anyone got a cached copy of the page that I can host for
posterity?

Which rather makes me wonder - lot's of people liked this module or
rather disliked os.path. Is there anything salvageable from the BDFL's
objections worthy of a PEP?

Andy
Aug 12 '08 #1
2 1799
On Tue, 12 Aug 2008 03:41:46 -0700, andybak wrote:
I know this has been consigned to oblivion by the BDFL but I'm rather
addicted to it's use. I notice the original site is no longer there. Has
anyone got a cached copy of the page that I can host for posterity?
You can download a copy from the Python package index: pypi.python.org

Ciao,
Marc 'BlackJack' Rintsch
Aug 12 '08 #2
andybak wrote:
Which rather makes me wonder - lot's of people liked this module
or rather disliked os.path. Is there anything salvageable from
the BDFL's objections worthy of a PEP?
Funny you should bring this up today.. I was just thinking the same
thing (-: and I looked at the pep (http://www.python.org/dev/peps/
pep-0355/) and the final (pep) version of the path module, which is at
http://wiki.python.org/moin/PathModule

If the primary issue that killed this pep was due to inheritance from
the str type, i.e. the fact that a lot of unnecessary string functions
would be inherited into an already functionally-fat path class, then
perhaps that problem had to be addressed first, as it would probably
crop up in other areas. Perhaps I'm wrong, but I presume ABCs
(abstract base classes) were intended to help in such cases?

AK

Aug 12 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Jeff Wagner | last post by:
Is it possible to append a new Path to some file permanently? It seems like a sys.path.append('/my/new/path') statement is temporary. In other words, where and in what file on a Win32 box or...
4
by: Lars Yencken | last post by:
Hello, I'm working on a project where my python modules are using persistent files in the same directory. As an example, we're using rpy, so a piece of python code might read: from rpy import...
6
by: kimes | last post by:
I've just started digging into how python works.. I found that other mudules are clearly declared like one file per a module.. But the only os.path doesn't have their own file.. ye I know is...
2
by: Rob Cowie | last post by:
Hi, Given a string representing the path to a file, what is the best way to get at the filename? Does the OS module provide a function to parse the path? or is it acceptable to split the string...
4
by: Lonnie Princehouse | last post by:
So, it turns out that reload() fails if the module being reloaded isn't in sys.path. Maybe it could fall back to module.__file__ if the module isn't found in sys.path?? .... or reload could...
6
by: AndyL | last post by:
Hi, is there any way to specify the path to modules within import statement (like in Java)? For instance: "import my.path.module" would load module from ../my/path/module.py? Thx, A.
0
by: emu | last post by:
Hi All, I have an unmanaged C++ application that references a mixed mode image DLL (mixed managed and unmanaged). Under .NET 1.1 we could trust the dll (the mixed mode dll) by running the...
1
by: mhearne808[insert-at-sign-here]gmail[insert-dot-he | last post by:
I think I don't understand how the module search path works... Let's say I have a folders called 'test'. Underneath it, I create two more folders called 'foo' and 'bar'. In 'foo', I create an...
4
by: Jerry Fleming | last post by:
Hi, I wrote a python script to list files in a directory but somehow did it wrongly by importing os.path instead of os. To my astonishment, it works just as charm: #!/usr/bin/python import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.