3.0rc3: 'os.extsep' gone ... ?

B

bMotu

IDLE 2.6'.'
running XP this result is fine ... !

IDLE 3.0rc3Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
os.extsep
AttributeError: 'module' object has no attribute 'extsep'

why is this attribute gone in 3.0rc3 ?

where is this documented ?

ciao, motu
 
A

alex23

AttributeError: 'module' object has no attribute 'extsep'

why is this attribute gone in 3.0rc3 ?

where is this documented ?

According to the 3.0 docs, it should still be there. But I'm finding
the same with rc2. Looks like a bug.

It's available as os.path.extsep though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top