Re: url lib

2009-03-20 Thread Chris Rebert
On Fri, Mar 20, 2009 at 10:07 AM, CSUIDL PROGRAMMEr wrote: > Hello > I am a novice python progammer > > I am just writing a script that will automatically write my /etc/ > yum.repos.d/* files in linux. > > the problem is i am trying to connect to a secure repo and pass > username and password to t

url lib

2009-03-20 Thread CSUIDL PROGRAMMEr
Hello I am a novice python progammer I am just writing a script that will automatically write my /etc/ yum.repos.d/* files in linux. the problem is i am trying to connect to a secure repo and pass username and password to the baseurl . here is the baseurl baseurl=http://USERNAME:passw...@ydl.net