diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2010-02-07 20:30:24 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2010-02-07 20:30:24 +0100 |
commit | a4ba3556456e7e42d5997db9f935904434df9b6f (patch) | |
tree | 18474b69d8a0bf762b6f99f7845b3ef9538693e3 /web/news.txt | |
parent | 7db3d97cf980d11b5196e1f5936e0308f70d7aff (diff) | |
download | Nim-a4ba3556456e7e42d5997db9f935904434df9b6f.tar.gz |
httpclient uses strtabs
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web/news.txt b/web/news.txt index 33bd3b84e..35d2971cb 100755 --- a/web/news.txt +++ b/web/news.txt @@ -8,11 +8,6 @@ News Version 0.8.8 has been released! Get it `here <download.html>`_. -.. raw:: html - - <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/bEHVw_vcp-A&hl=de_DE&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bEHVw_vcp-A&hl=de_DE&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> - - Bugfixes -------- - The Posix version of ``os.copyFile`` has better error handling. |