#5663: markdown 1.6b unicodedecodeerror
------------------------------------------------------------+---------------
Reporter: Koen Biermans <[EMAIL PROTECTED]> | Owner:
mboersma
Status: closed |
Component: Contrib apps
Version: SVN |
Resolution: worksforme
Keywords: markdown |
Stage: Accepted
Has_patch: 0 |
Needs_docs: 0
Needs_tests: 0 |
Needs_better_patch: 0
------------------------------------------------------------+---------------
Changes (by mboersma):
* status: assigned => closed
* resolution: => worksforme
Comment:
I installed markdown 1.6b and ran its unit tests and my blog and didn't
see any error. If there's a problem here, could you please reopen the bug
with some test code and a specific description of how to reproduce the
error?
Here's my test output, just FYI:
(((
[EMAIL PROTECTED]:~/projects/django.trunk/django/contrib/markup$
python
Python 2.5.1 (r251:54863, May 2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import markdown
>>> markdown.version
'1.6b'
>>>
[EMAIL PROTECTED]:~/projects/django.trunk/django/contrib/markup$
python tests.py
...
----------------------------------------------------------------------
Ran 3 tests in 0.526s
OK
)))
--
Ticket URL: <http://code.djangoproject.com/ticket/5663#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---