python / cpython

The Python programming language
https://www.python.org/
Other
60.49k stars 29.24k forks source link

Use include "" in stead of <> and staticforward declarations #32485

Closed jackjansen closed 23 years ago

jackjansen commented 23 years ago
BPO 400670
Nosy @gvanrossum, @jackjansen
Files
  • None: None
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = None closed_at = created_at = labels = [] title = 'Use include "" in stead of <> and staticforward declarations' updated_at = user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = creator = 'jackjansen' dependencies = [] files = ['2491'] hgrepos = [] issue_num = 400670 keywords = ['patch'] message_count = 2.0 messages = ['32930', '32931'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue400670' versions = [] ```

    jackjansen commented 23 years ago
    gvanrossum commented 23 years ago

    Thanks, Jack!