/[gnue]/gnue-appserver/src/language/Object.py
ViewVC logotype

Diff of /gnue-appserver/src/language/Object.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by reinhard, Sun Oct 19 17:55:56 2003 UTC revision 1.9 by reinhard, Sun Oct 19 22:08:04 2003 UTC
# Line 44  def rpc_to_native (value, type): Line 44  def rpc_to_native (value, type):
44      return None      return None
45    
46    # String: convert to unicode    # String: convert to unicode
47  # elif type [:7] == 'string(':    elif type [:7] == 'string(':
48  #   return unicode (value, 'utf-8')      return unicode (value, 'utf-8')
49    
50    # Date: convert to mx.DateTime object    # Date: convert to mx.DateTime object
51    elif type == 'date':    elif type == 'date':

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26