hey,

i was wondering if it is possible to change the arguments of a post
message in python gae. let's say i have an incoming post message with
arguments x, y, z and values 0, 1, 2 respectively. so the post should
look something like this:

x: 0
y: 1
z: 2

i want to transform this post message to:

a: 0
b: 1
c: 2

i know how to do this by just creating an entirely NEW post message
and copying the values from the original post message. but is there a
way to make this transformation on the original post message more
efficiently?
is there a way i can do this using standard python libraries?

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to