dear group,
django urlize works a bit dubiously för unobvious inputs for example
'Check out djangoproject.com(www.djangoproject.com)'
would have expected output
'Check out djangoproject.com(<a href="http://www.djangoproject.com";
rel="nofollow">www.djangoproject.com</a>)'
but is
Check out <a href="http://djangoproject.com(www.djangoproject.com"
rel="nofollow">djangoproject.com(www.djangoproject.com</a>)
There are many ways to improve / fix it (either the i/o or itself) and
all comments are very welcome.
best regards
Niklas

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

Reply via email to