[ python-Bugs-1202018 ] mimetypes.py does not find mime.types on Mac OS X

2005-05-14 Thread SourceForge.net
Bugs item #1202018, was opened at 2005-05-14 18:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1202018&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan H. Holek (shh42)
Assigned to: Nobody/Anonymous (nobody)
Summary: mimetypes.py does not find mime.types on Mac OS X

Initial Comment:
Python 2.3 and 2.4 (dunno about 2.5)

The mimetypes.py library does not find the mime.types files on Mac 
OS X. They are in:

/etc/cups/mime.types and
/etc/httpd/mime.types respectively.

As a result not all mimetypes are recognized by Python. The one in /
etc/cups is fairly limited, so including the Apache one as well seems 
like a good idea.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1202018&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[ python-Bugs-1202018 ] mimetypes.py does not find mime.types on Mac OS X

2005-05-14 Thread SourceForge.net
Bugs item #1202018, was opened at 2005-05-14 18:57
Message generated for change (Comment added) made by shh42
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1202018&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan H. Holek (shh42)
Assigned to: Nobody/Anonymous (nobody)
Summary: mimetypes.py does not find mime.types on Mac OS X

Initial Comment:
Python 2.3 and 2.4 (dunno about 2.5)

The mimetypes.py library does not find the mime.types files on Mac 
OS X. They are in:

/etc/cups/mime.types and
/etc/httpd/mime.types respectively.

As a result not all mimetypes are recognized by Python. The one in /
etc/cups is fairly limited, so including the Apache one as well seems 
like a good idea.


--

>Comment By: Stefan H. Holek (shh42)
Date: 2005-05-14 18:59

Message:
Logged In: YES 
user_id=864871

This is a with a standalone build of Python, I am not talking about the 
Python shipping with the system.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1202018&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[ python-Bugs-1201807 ] Glossary listing bug

2005-05-14 Thread SourceForge.net
Bugs item #1201807, was opened at 2005-05-14 01:11
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1201807&group_id=5470

Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: Glossary listing bug

Initial Comment:
On the glossary page[*], "duck-typing" is not recognized 
as an entry for glossary. Currently, the rendered html is:

  
  duck-typing Pythonic programming style ...

And this should look like:

  duck-typing
  Pythonic programming style ...

Replacing '{' mark with '[' mark should fix this.

   \index{duck-typing}
  -\item{duck-typing}
  +\item[duck-typing]

[*] http://docs.python.org/tut/node18.html


--

>Comment By: Raymond Hettinger (rhettinger)
Date: 2005-05-14 12:26

Message:
Logged In: YES 
user_id=80475

Fixed.
Thanks for the report.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1201807&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com