A
Allan
Hi All -
We're developing in Python 2.4.3 and are noticing something strange.
For example, when testing, here's what we're seeing:
x = "here's my title!";
x = x.title();
print x;
Here'S My Title!
Notice the capitalization -- "Here'S".
Any feedback on this issue is much appreciated.
Thanks much,
Allan
We're developing in Python 2.4.3 and are noticing something strange.
For example, when testing, here's what we're seeing:
x = "here's my title!";
x = x.title();
print x;
Here'S My Title!
Notice the capitalization -- "Here'S".
Any feedback on this issue is much appreciated.
Thanks much,
Allan