A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2008-January/076292.html below:

[Python-Dev] Error in PEP3118?

[Python-Dev] Error in PEP3118? [Python-Dev] Error in PEP3118?Thomas Heller theller at ctypes.org
Fri Jan 18 09:05:02 CET 2008
Hi Travis,

The pep contains this sample:

"""
Nested array
    ::

        struct {
             int ival;
             double data[16*4];
        }
        """i:ival: 
           (16,4)d:data:
        """
"""

I think it is wrong and must be changed to the following; is this correct?

"""
Nested array
    ::

        struct {
             int ival;
             double data[16][4];
        }
        """i:ival: 
           (16,4)d:data:
        """
"""

Thomas
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4