~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/crash.py

  • Committer: Dylan McCall
  • Date: 2013-01-30 03:17:24 UTC
  • mto: This revision was merged to the branch mainline in revision 6573.
  • Revision ID: dylanmccall@ubuntu.com-20130130031724-ddwzaauw9skyun2y
crash._open_crash_file should open file in binary mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
        os.open(filename, 
260
260
            os.O_WRONLY|os.O_CREAT|os.O_EXCL,
261
261
            0600),
262
 
        'w')
 
262
        'wb')
263
263
 
264
264
 
265
265
def _format_plugin_list():