Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Fix storing changes in WikiPage for Python3 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 7, 2016

  1. Fix storing changes in WikiPage for Python3

    WikiPage.store() method should call str.encode() after replacing newline characters. Otherwise, under Python 3 it will fail with
    
    TypeError: 'str' does not support the buffer interface
    eseifert committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    1aafb07 View commit details
    Browse the repository at this point in the history