Re: [Tutor] os.environ question

2009-11-12 Thread Kent Johnson
On Wed, Nov 11, 2009 at 10:34 PM, Khalid Al-Ghamdi wrote: > hi, > can anyone tell me why on python 2.6 i can enter os.environ and then get all > the items that that pertain to the os while on python 3 you just get the > following: > > with no items? I think this is perhaps an oversight in Python

Re: [Tutor] os.environ question

2009-11-12 Thread Alan Plum
Ahoy! On Do, 2009-11-12 at 06:34 +0300, Khalid Al-Ghamdi wrote: > can anyone tell me why on python 2.6 i can enter os.environ and then > get all the items that that pertain to the os while on python 3 you > just get the following: > > with no items? Seems like os.environ has changed a little si

[Tutor] os.environ question

2009-11-11 Thread Khalid Al-Ghamdi
hi, can anyone tell me why on python 2.6 i can enter *os.environ* and then get all the items that that pertain to the os while on python 3 you just get the following: with no items? thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or cha