svn path=/main/trunk/; revision=13168
for example.
@type fd_pipes: Dictionary
@param returnpid: Return a list of process IDs for a successful spawn, or
- in integer value if spawn is unsuccessful. NOTE: This requires the
+ an integer value if spawn is unsuccessful. NOTE: This requires the
caller clean up all returned PIDs.
@type returnpid: Boolean
@rtype: Boolean
d[k] = result[0][column_index]
# As a temporary workaround for bug #263081, convert unicode strings
- # to raw byte strings. This helps to potential unicode errors that can
+ # to raw byte strings. This avoids potential unicode errors that can
# be triggered elsewhere when attempting to join unicode strings with
# raw byte strings. TODO: Convert all string handling code to use
# unicode strings instead of raw byte strings (required for py3k