Review/commit patch?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin Walzer

    #1

    Review/commit patch?

    How long does it take for a patch at the Python SF tracker to be
    reviewed and/or committed? I am unfamiliar with how the process works.

    (I originally submitted a bug report, then figured out how to patch the
    item in question, and subsequently submitted a patch.)

    --
    Kevin Walzer
    Code by Kevin

  • Raymond Hettinger

    #2
    Re: Review/commit patch?

    [Kevin Walzer]
    How long does it take for a patch at the Python SF tracker to be
    reviewed and/or committed? I am unfamiliar with how the process works.
    >
    (I originally submitted a bug report, then figured out how to patch the
    item in question, and subsequently submitted a patch.)
    Which bug report and patch is yours?


    Raymond


    Comment

    • Kevin Walzer

      #3
      Re: Review/commit patch?

      Raymond Hettinger wrote:
      [Kevin Walzer]
      >How long does it take for a patch at the Python SF tracker to be
      >reviewed and/or committed? I am unfamiliar with how the process works.
      >>
      >(I originally submitted a bug report, then figured out how to patch the
      >item in question, and subsequently submitted a patch.)
      >
      Which bug report and patch is yours?
      >
      >
      Raymond
      >
      >
      bug:
      https://sourceforge.net/tracker/?fun...&group_id=5470


      patch:
      https://sourceforge.net/tracker/?fun...&group_id=5470

      --
      Kevin Walzer
      Code by Kevin

      Comment

      • Raymond Hettinger

        #4
        Re: Review/commit patch?

        [Kevin Walzer]
        How long does it take for a patch at the Python SF tracker to be
        reviewed and/or committed? I am unfamiliar with how the process works.
        >
        (I originally submitted a bug report, then figured out how to patch the
        item in question, and subsequently submitted a patch.)
        >
        Which bug report and patch is yours?
        >
        bug:https://sourceforge.net/tracker/?fun...0&aid=1691411&...
        patch:https://sourceforge.net/tracker/?fun...0&aid=1693258&...
        I've assigned these to Ronald Oussoren who is maintaining the MacOS
        support for IDLE. The timing of the response pretty much depends on
        his availability and interest. If we get close to the Py2.5.2 release
        (the 2.5.1 branch is already frozen) and there has been no action,
        then re-assign to me and bump-up the priority.


        Raymond


        Comment

        • Steven Bethard

          #5
          Re: Review/commit patch?

          Kevin Walzer wrote:
          How long does it take for a patch at the Python SF tracker to be
          reviewed and/or committed? I am unfamiliar with how the process works.
          Raymond's given you the details on your particular patch. It's also
          worth noting that some folks on python-dev offer the following deal:

          * review five other patches
          * make useful comments in their trackers
          * post a message to python-dev with
          - the five patches you reviewed
          - the patch you'd like to have reviewed
          * they'll review your patch (and commit it if possible)

          STeVe

          Comment

          Working...