python docs search for 'print'

2012-09-06 Thread David Hoese
On 9/5/12 3:03 PM, Grant Edwards wrote: On 2012-09-05, Dave Angel wrote: >On 09/05/2012 01:47 PM, Grant Edwards wrote: > >>Making the site's "search" box use Google or somesuch is probably the >>simplest solution. I'm not enough of a web guy to know how to do >>that, but I do know that some si

python docs search for 'print'

2012-09-04 Thread David Hoese
A friend made me aware of this: When a python beginner (2.x) quick searches for "print" on docs.python.org, the print function doesn't even come up in the top 20 results. The print statement isn't even listed as far as I can tell. Is there something that can be done about this to make it easi

Re: Parallel Processing

2012-01-08 Thread David Hoese
On 1/8/12 1:45 PM, Yigit Turgut wrote: There are no imports other than defined on the script, which are; import pygame import sys import time import math import pp You are correct about trying to pass two functions and second one is in place where a tuple of arguments supposed to be. But what

shutil _isindir

2011-10-22 Thread David Hoese
hon.org On Fri, 21 Oct 2011 22:13:06 -0500, David Hoese wrote: > So I guess what I'm asking is what are the reasons that _destinsrc uses > abspath instead of realpath? And is there a better place to ask this? Probably because abspath goes back to Python 1.5, while realpath is

shutil _isindir

2011-10-21 Thread David Hoese
Hi, I wasn't really sure where to post this since the python-dev list seems way too official. I'm wondering/questioning the behavior of shutil.move. It currently does a check for if the dst is inside the src directory with a _destinsrc function. This function uses os.path.abspath to conver