Current File : //usr/share/doc/python2-markdown-2.4.1/release-2.0.1.html |
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Release Notes for v2.0.1 — Python Markdown</title>
<link rel="stylesheet" href="default.css" type="text/css">
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="siteindex.html" title="General Index">index</a></li>
<li class="right">
<a href="release-2.0.html" title="Release Notes for v2.0"
accesskey="N">next</a> |</li>
<li class="right">
<a href="release-2.0.2.html" title="Release Notes for v2.0.2"
accesskey="P">previous</a> |</li>
<li><img src="py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="index.html">Python Markdown v2.4.1 documentation</a> »</li>
<li><a href="release-2.0.1.html">Release Notes for v2.0.1</a> »</li>
</ul>
</div> <!-- .related -->
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1 id="python-markdown-201-release-notes">Python-Markdown 2.0.1 Release Notes<a class="headerlink" href="#python-markdown-201-release-notes" title="Permanent link">¶</a></h1>
<p>Python-Markdown 2.0.1 is a bug-fix release. No new features have been added.
Most notably, various issues with the command line script have been fixed.
There have also been a few fixes for minor parsing bugs in some edge cases.
For a full list of changes, see the git log.</p>
<h2 id="backwards-incompatible-changes">Backwards-incompatible Changes<a class="headerlink" href="#backwards-incompatible-changes" title="Permanent link">¶</a></h2>
<p>Due to various complications in how Python handles command line scripts in
differance systems and with differant installation tools, we were forced to
rename the commandline script to <code>markdown</code> (no “.py”). A matching batch
script will get installed on Windows. Any shell scripts which call
<code>markdown.py</code> will need to be altered to call <code>markdown</code> instead.</p>
</div> <!-- .body -->
</div> <!-- .bodywrapper -->
</div> <!-- .documentwrapper -->
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3>Table Of Contents</h3>
<div class="toc">
<ul>
<li><a href="#python-markdown-201-release-notes">Python-Markdown 2.0.1 Release Notes</a><ul>
<li><a href="#backwards-incompatible-changes">Backwards-incompatible Changes</a></li>
</ul>
</li>
</ul>
</div>
<h4>Previous topic</h4>
<p class="topless"><a href="release-2.0.2.html"
title="previous chapter">Release Notes for v2.0.2</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="release-2.0.html"
title="next chapter">Release Notes for v2.0</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="https://github.com/waylan/Python-Markdown/issues"
>Report a Bug</a></li>
<li><a href="release-2.0.1.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div> <!-- .sphinxsidebarwrapper -->
</div> <!-- .sphinxsidebar -->
<div class="clearer"></div>
</div> <!-- .document -->
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="siteindex.html" title="General Index">index</a></li>
<li class="right">
<a href="release-2.0.html" title="Release Notes for v2.0"
accesskey="N">next</a> |</li>
<li class="right">
<a href="release-2.0.2.html" title="Release Notes for v2.0.2"
accesskey="P">previous</a> |</li>
<li><img src="py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="index.html">Python Markdown v2.4.1 documentation</a> »</li>
<li><a href="release-2.0.1.html">Release Notes for v2.0.1</a> »</li>
</ul>
</div> <!-- .related -->
<div class="footer">© 2010-2012 Python Markdown Project</div>
</body>
</html>