<div dir="ltr">I explicitly did a second merge, reverted Misc/NEWS and committed, so that shouldn't have come up. It's not a big deal having the entry, but I didn't worry about it either.</div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Fri, Aug 23, 2013 at 1:26 PM, Victor Stinner <span dir="ltr"><<a href="mailto:victor.stinner@gmail.com" target="_blank">victor.stinner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

2013/8/23 brett.cannon <<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>>:<br>
<div class="im">> <a href="http://hg.python.org/cpython/rev/7d30ecf5c916" target="_blank">http://hg.python.org/cpython/rev/7d30ecf5c916</a><br>
> changeset:   85339:7d30ecf5c916<br>
> parent:      85336:391f36ef461a<br>
> parent:      85337:ddd610cb65ef<br>
> user:        Brett Cannon <<a href="mailto:brett@python.org">brett@python.org</a>><br>
> date:        Fri Aug 23 11:52:19 2013 -0400<br>
> summary:<br>
>   merge for issue #18755<br>
><br>
> files:<br>
>   Lib/imp.py           |  9 +++++++--<br>
>   Lib/test/test_imp.py |  9 +++++++++<br>
>   2 files changed, 16 insertions(+), 2 deletions(-)<br>
<br>
</div>You didn't merge the log entry in Misc/NEWS. Is it voluntary?<br>
Mercurial asked me to add the log entry when I merged 26c049dc1a4a<br>
into default => 01f33959ddf6.<br>
<br>
changeset:   85338:b107f7a8730d<br>
branch:      3.3<br>
user:        Brett Cannon <<a href="mailto:brett@python.org">brett@python.org</a>><br>
date:        Fri Aug 23 11:47:26 2013 -0400<br>
files:       Misc/NEWS<br>
description:<br>
NEW entry for issue #18755<br>
<br>
<br>
diff -r ddd610cb65ef -r b107f7a8730d Misc/NEWS<br>
--- a/Misc/NEWS Fri Aug 23 11:45:57 2013 -0400<br>
+++ b/Misc/NEWS Fri Aug 23 11:47:26 2013 -0400<br>
@@ -66,6 +66,9 @@ Core and Builtins<br>
 Library<br>
 -------<br>
<br>
+- Issue #18755: Fixed the loader used in imp to allow get_data() to be called<br>
+  multiple times.<br>
+<br>
 - Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.<br>
<br>
 - Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj<br>
<br>
Victor<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">http://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div><br></div>