Re: [Python-Dev] FWD: FTP URLs for Python source
On Sat, May 23, 2009, "Martin v. L?wis" wrote: > > We cannot add an FTP URL to the download page, because we don't > run an ftp server anymore, and don't plan to. That's the critical bit. At this point, I don't think anything else needs doing. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines." --Ralph Waldo Emerson ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] FWD: FTP URLs for Python source
Martin v. Löwis wrote: * if your target system doesn't have wget, download it locally, then scp/rcp/ftp it to the target system. All of [Free|Net|Open|Dragonfly]BSD have ftp clients that can also retrieve HTTP URLs, though I guess many wouldn't think of that... -- - Andrew I MacIntyre "These thoughts are mine alone..." E-mail: [email protected] (pref) | Snail: PO Box 370 [email protected] (alt) |Belconnen ACT 2616 Web:http://www.andymac.org/ |Australia ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Introducing GSOC student James Pruitt
I am a mentor for a GSOC 2009 student working on a PSF project. His project abstract is "Handling of subprocess async io issues, testing and reimplementing the commands module in terms of subprocess." He has started a blog, http://subdev.blogspot.com/, in which he is providing general information on his GSOC project. In the next few days, he will start a project on google code so that interested parties can help guide his work. I urge anyone interested in the subprocess module to interact with Mr. Pruitt and provide feedback/suggestions/encouragement. Charles R. McCreary ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
